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/nuttx.git


    from 678cd54aa86 arch/arm/src/stm32h5: CMake build implemented for STM32H5 
MCU series
     add 35d1aaafda3 arch/arm/stm32h5: STM32H5 PWM Driver (STM32H7 port)

No new revisions were added by this update.

Summary of changes:
 .../arm/stm32h5/boards/nucleo-h563zi/index.rst     |   8 +
 arch/arm/src/stm32h5/CMakeLists.txt                |   4 +
 arch/arm/src/stm32h5/Kconfig                       |   5 +
 arch/arm/src/stm32h5/Make.defs                     |  10 +-
 arch/arm/src/stm32h5/hardware/stm32_tim.h          |   6 +-
 arch/arm/src/stm32h5/hardware/stm32h56xxx_pinmap.h | 159 +++++
 arch/arm/src/{stm32h7 => stm32h5}/stm32_pwm.c      | 690 ++++++++++-----------
 arch/arm/src/{stm32h7 => stm32h5}/stm32_pwm.h      | 536 ++++++++--------
 .../nucleo-h563zi/configs/{nsh => pwm}/defconfig   |   7 +
 boards/arm/stm32h5/nucleo-h563zi/include/board.h   |   4 +
 boards/arm/stm32h5/nucleo-h563zi/src/Makefile      |   4 +
 .../arm/stm32h5/nucleo-h563zi/src/nucleo-h563zi.h  |  12 +
 .../arm/stm32h5/nucleo-h563zi/src/stm32_bringup.c  |  10 +
 .../nucleo-h563zi}/src/stm32_pwm.c                 |  10 +-
 14 files changed, 842 insertions(+), 623 deletions(-)
 copy arch/arm/src/{stm32h7 => stm32h5}/stm32_pwm.c (91%)
 copy arch/arm/src/{stm32h7 => stm32h5}/stm32_pwm.h (65%)
 copy boards/arm/stm32h5/nucleo-h563zi/configs/{nsh => pwm}/defconfig (89%)
 copy boards/arm/{stm32h7/nucleo-h743zi => 
stm32h5/nucleo-h563zi}/src/stm32_pwm.c (93%)

Reply via email to