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

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


    from e401aa1  boards/xtensa/esp32: Update the defconfigs to account for the 
changes in TEXT_HEAP and the introduction of ESP32_IRAM_HEAP and 
ARCH_HAVE_EXTRA_HEAPS
     new addfe18  arch/arm/src/imxrt: added support for FlexPWM driver
     new 6e2db9b  boards/arm/imxrt/teensy-4.x: added board level support for 
FlexPWM driver
     new b88b5b1  Documentation/platforms/arm/imxrt: update documentation with 
FlexPWM support

The 3 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:
 .../arm/imxrt/boards/teensy-4.x/index.rst          |   11 +
 Documentation/platforms/arm/imxrt/index.rst        |    6 +-
 arch/arm/src/imxrt/Kconfig                         |  245 +++++
 arch/arm/src/imxrt/Make.defs                       |    4 +
 arch/arm/src/imxrt/hardware/imxrt_iomuxc.h         |    3 +
 arch/arm/src/imxrt/imxrt_flexpwm.c                 | 1061 ++++++++++++++++++++
 .../cxd56_geofence.h => imxrt/imxrt_flexpwm.h}     |   33 +-
 .../configs/{enc-4.1 => pwm-4.1}/defconfig         |   18 +-
 boards/arm/imxrt/teensy-4.x/include/board.h        |    5 +
 boards/arm/imxrt/teensy-4.x/src/Makefile           |    4 +
 boards/arm/imxrt/teensy-4.x/src/imxrt_bringup.c    |    9 +
 .../imxrt/teensy-4.x/src/imxrt_flexpwm.c}          |   73 +-
 boards/arm/imxrt/teensy-4.x/src/teensy-4.h         |   12 +
 13 files changed, 1445 insertions(+), 39 deletions(-)
 create mode 100644 arch/arm/src/imxrt/imxrt_flexpwm.c
 copy arch/arm/src/{cxd56xx/cxd56_geofence.h => imxrt/imxrt_flexpwm.h} (76%)
 copy boards/arm/imxrt/teensy-4.x/configs/{enc-4.1 => pwm-4.1}/defconfig (76%)
 copy boards/{risc-v/esp32c3/esp32c3-devkit/src/esp32c3_ledc.c => 
arm/imxrt/teensy-4.x/src/imxrt_flexpwm.c} (60%)

Reply via email to