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 c92b1ed9aca boards: update LVGLTERM requirements
new 10d0fa44856 arch/arm/stm32h5: Add LPTIM support.
new 37ae97c077d Documentation/stm32h5: LPTIM is supported.
new 21a99f9a239 boards/stm32h5/nucleo-h563zi: CMake add missing SPI SRC.
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:
Documentation/guides/stm32_ports.rst | 1 +
Documentation/platforms/arm/stm32h5/index.rst | 2 +-
arch/arm/src/common/stm32/Kconfig.periph | 12 +--
arch/arm/src/stm32h5/CMakeLists.txt | 4 +
arch/arm/src/stm32h5/Kconfig | 5 ++
arch/arm/src/stm32h5/Make.defs | 4 +
.../{stm32h7 => stm32h5}/hardware/stm32_lptim.h | 32 +++-----
arch/arm/src/stm32h5/hardware/stm32h5xxx_rcc.h | 36 ++++-----
arch/arm/src/{stm32h7 => stm32h5}/stm32_lptim.c | 91 ++++++++++++++++------
arch/arm/src/{stm32h7 => stm32h5}/stm32_lptim.h | 8 +-
.../arm/stm32h5/nucleo-h563zi/src/CMakeLists.txt | 4 +
11 files changed, 125 insertions(+), 74 deletions(-)
copy arch/arm/src/{stm32h7 => stm32h5}/hardware/stm32_lptim.h (87%)
copy arch/arm/src/{stm32h7 => stm32h5}/stm32_lptim.c (85%)
copy arch/arm/src/{stm32h7 => stm32h5}/stm32_lptim.h (95%)