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

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


    from 2c940407b5c docs: rv-virt: document elf, libcxx64 and virtual LEDs
     new c9c6faa23d8 arch/arm/am67: Add EPWM0/EPWM1 PWM lower-half driver.
     new 79309538745 Documentation/am67: Document EPWM support on t3-gem-o1.
     new 35b68203ad9   board/arm/am67/t3-gem-o1: Move EPWM initialization to 
its own file

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:
 .../platforms/arm/am67/boards/t3-gem-o1/index.rst  |    2 +
 arch/arm/src/am67/Kconfig                          |   21 +
 arch/arm/src/am67/Make.defs                        |    3 +
 arch/arm/src/am67/am67_pinmux.h                    |    3 +-
 arch/arm/src/am67/am67_pwm.c                       | 1187 ++++++++++++++++++++
 arch/arm/src/am67/am67_pwm.h                       |  116 ++
 arch/arm/src/am67/am67_pwm_hw.h                    |  146 +++
 boards/arm/am67/t3-gem-o1/configs/nsh/defconfig    |    5 +
 boards/arm/am67/t3-gem-o1/src/Makefile             |    5 +
 boards/arm/am67/t3-gem-o1/src/am67_bringup.c       |    8 +
 .../arm/am67/t3-gem-o1/src/am67_pwm.c              |   82 +-
 11 files changed, 1540 insertions(+), 38 deletions(-)
 create mode 100644 arch/arm/src/am67/am67_pwm.c
 create mode 100644 arch/arm/src/am67/am67_pwm.h
 create mode 100644 arch/arm/src/am67/am67_pwm_hw.h
 copy mm/iob/iob_free_queue_qentry.c => 
boards/arm/am67/t3-gem-o1/src/am67_pwm.c (56%)

Reply via email to