This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from d54d5eb correct readme links add 35e9364 stm32h7: add low power timers No new revisions were added by this update. Summary of changes: arch/arm/src/stm32h7/Kconfig | 33 ++ arch/arm/src/stm32h7/Make.defs | 4 + arch/arm/src/stm32h7/hardware/stm32_lptim.h | 176 ++++++++ arch/arm/src/stm32h7/stm32_lptim.c | 471 +++++++++++++++++++++ .../{samv7/sam_lowputc.h => stm32h7/stm32_lptim.h} | 88 ++-- 5 files changed, 732 insertions(+), 40 deletions(-) create mode 100644 arch/arm/src/stm32h7/hardware/stm32_lptim.h create mode 100644 arch/arm/src/stm32h7/stm32_lptim.c copy arch/arm/src/{samv7/sam_lowputc.h => stm32h7/stm32_lptim.h} (52%)