This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from e7f9c7a  typos: fix typos in Kconfig files
     new 4ca38c6  esp32: Add PWM support using the LEDC peripheral
     new d7ec3e3  esp32-devkitc: Add support to PWM

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/xtensa/src/esp32/Kconfig                      |   92 +-
 arch/xtensa/src/esp32/Make.defs                    |    4 +
 .../src/esp32/esp32_ledc.c}                        |  262 +-
 .../src/esp32/esp32_ledc.h}                        |   12 +-
 arch/xtensa/src/esp32/hardware/esp32_ledc.h        | 4192 ++++++++++++++++++++
 .../esp32-devkitc/configs/{nsh => pwm}/defconfig   |    9 +
 boards/xtensa/esp32/esp32-devkitc/src/Make.defs    |    4 +
 .../xtensa/esp32/esp32-devkitc/src/esp32-devkitc.h |   12 +
 .../xtensa/esp32/esp32-devkitc/src/esp32_bringup.c |    8 +
 .../esp32/esp32-devkitc/src/esp32_ledc.c}          |   38 +-
 10 files changed, 4497 insertions(+), 136 deletions(-)
 copy arch/{risc-v/src/esp32c3/esp32c3_ledc.c => xtensa/src/esp32/esp32_ledc.c} 
(74%)
 copy arch/{risc-v/src/esp32c3/esp32c3_ledc.h => xtensa/src/esp32/esp32_ledc.h} 
(87%)
 create mode 100644 arch/xtensa/src/esp32/hardware/esp32_ledc.h
 copy boards/xtensa/esp32/esp32-devkitc/configs/{nsh => pwm}/defconfig (82%)
 copy boards/{risc-v/esp32c3/esp32c3-devkit/src/esp32c3_ledc.c => 
xtensa/esp32/esp32-devkitc/src/esp32_ledc.c} (81%)

Reply via email to