This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 37ae97c077decf466f8f1c1c774ea721cbe75588 Author: Liam Howatt <[email protected]> AuthorDate: Mon Aug 24 14:46:00 2026 -0400 Documentation/stm32h5: LPTIM is supported. Change to 'Yes' in the platform peripheral list and give the file path in the porting guide/status. Signed-off-by: Liam Howatt <[email protected]> --- Documentation/guides/stm32_ports.rst | 1 + Documentation/platforms/arm/stm32h5/index.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/guides/stm32_ports.rst b/Documentation/guides/stm32_ports.rst index 8091b0a9a23..264bf426e9a 100644 --- a/Documentation/guides/stm32_ports.rst +++ b/Documentation/guides/stm32_ports.rst @@ -545,6 +545,7 @@ SPI/I2S to be done arch/arm/src/stm32h5/stm32_spi.c TIM to be done arch/arm/src/stm32h5/stm32_tim.c USART/LPUART v3 arch/arm/src/stm32h5/stm32_serial.c USB FS arch/arm/src/stm32h5/stm32_usbfs.c +LPTIM n/a arch/arm/src/stm32h5/stm32_lptim.c PULSECOUNT n/a arch/arm/src/common/stm32/stm32_pulsecount.c PWM n/a arch/arm/src/stm32h5/stm32_pwm.c RNG n/a arch/arm/src/stm32h5/stm32_rng.c diff --git a/Documentation/platforms/arm/stm32h5/index.rst b/Documentation/platforms/arm/stm32h5/index.rst index 28b93072d75..01bec8a49e6 100644 --- a/Documentation/platforms/arm/stm32h5/index.rst +++ b/Documentation/platforms/arm/stm32h5/index.rst @@ -68,7 +68,7 @@ GTZC No HASH No I3C No IWDG Yes -LPTIM No +LPTIM Yes OTFDEC No PKA No PSSI No
