This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 41101aea1ad tools/cxd56/mkspk: proper resources free on error.
     new b245cc17624 arch/arm/stm32h5: Add EXTI GPIO support.
     new fc394600b16 boards/stm32h5/nucleo-h563zi: Add button irq and config.
     new bf9a9d43a52 Documentation/stm32h5: EXTI is supported.

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               |  2 +-
 .../arm/stm32h5/boards/nucleo-h563zi/index.rst     |  7 ++++
 Documentation/platforms/arm/stm32h5/index.rst      |  2 +-
 arch/arm/src/stm32h5/CMakeLists.txt                |  3 +-
 arch/arm/src/stm32h5/Make.defs                     |  2 +-
 .../src/{stm32u5 => stm32h5}/hardware/stm32_exti.h | 40 +++-------------------
 arch/arm/src/{stm32u5 => stm32h5}/stm32_exti.h     |  8 ++---
 .../arm/src/{stm32u5 => stm32h5}/stm32_exti_gpio.c | 36 ++++++++++++++++---
 arch/arm/src/stm32h5/stm32_gpio.h                  | 23 +++++++++++++
 .../configs/{nsh => buttons}/defconfig             |  5 +++
 .../arm/stm32h5/nucleo-h563zi/src/stm32_buttons.c  | 36 +++++++++++++++++++
 11 files changed, 116 insertions(+), 48 deletions(-)
 copy arch/arm/src/{stm32u5 => stm32h5}/hardware/stm32_exti.h (69%)
 copy arch/arm/src/{stm32u5 => stm32h5}/stm32_exti.h (96%)
 copy arch/arm/src/{stm32u5 => stm32h5}/stm32_exti_gpio.c (87%)
 copy boards/arm/stm32h5/nucleo-h563zi/configs/{nsh => buttons}/defconfig (91%)

Reply via email to