This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 637a53c136a risc-v/espressif: Fix I2C SCL/SDA pin attribute masks.
new 986394a56d4 arch/arm/am67: Add eCAP APWM lower-half driver.
new 0474b8d4062 Documentation/am67: Document eCAP APWM support on
t3-gem-o1.
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:
.../platforms/arm/am67/boards/t3-gem-o1/index.rst | 2 +
arch/arm/src/am67/Kconfig | 32 +
arch/arm/src/am67/Make.defs | 3 +
arch/arm/src/am67/am67_ecap.c | 705 +++++++++++++++++++++
.../imx9_dma_alloc.h => arm/src/am67/am67_ecap.h} | 49 +-
arch/arm/src/am67/am67_ecap_hw.h | 172 +++++
arch/arm/src/am67/am67_pinmux.c | 59 ++
arch/arm/src/am67/am67_pinmux.h | 1 +
boards/arm/am67/t3-gem-o1/configs/nsh/defconfig | 2 +
boards/arm/am67/t3-gem-o1/src/am67_bringup.c | 10 +
10 files changed, 1010 insertions(+), 25 deletions(-)
create mode 100644 arch/arm/src/am67/am67_ecap.c
copy arch/{arm64/src/imx9/imx9_dma_alloc.h => arm/src/am67/am67_ecap.h} (64%)
create mode 100644 arch/arm/src/am67/am67_ecap_hw.h