This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 793095387450fbcea81e2ef7c79f40dd781841ce Author: Ulaş Sertan Kemeç <[email protected]> AuthorDate: Thu Sep 10 10:35:47 2026 +0300 Documentation/am67: Document EPWM support on t3-gem-o1. Record the EPWM0 and EPWM1 outputs in the board's Peripheral Support list. Assisted-by: Claude Code:claude-opus-5 Signed-off-by: Ulaş Sertan Kemeç <[email protected]> --- Documentation/platforms/arm/am67/boards/t3-gem-o1/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/platforms/arm/am67/boards/t3-gem-o1/index.rst b/Documentation/platforms/arm/am67/boards/t3-gem-o1/index.rst index aad627e51b3..d0c276641aa 100644 --- a/Documentation/platforms/arm/am67/boards/t3-gem-o1/index.rst +++ b/Documentation/platforms/arm/am67/boards/t3-gem-o1/index.rst @@ -101,6 +101,8 @@ main-domain R5F core: - **SPI:** MCU_MCSPI0 master, with the hardware chip-select driven per channel (used for the on-board ICM-20948 IMU and LPS22DF barometer). - **I2C:** WKUP_I2C0 master, registered as /dev/i2c2. +- **PWM:** EPWM0 and EPWM1, channels A and B each, registered as /dev/pwm0 + and /dev/pwm1. Installation ============
