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

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


    from 5a163815406 arch/arm/stm32h5: Fix MCO clock pins and config
     new 6086f091741 arch/arm/stm32h5: add support for STM32H503RB
     new 06198167877 boards/arm/stm32h5: add Nucleo-H503RB board support

The 2 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:
 .../{nucleo-h533re => nucleo-h503rb}/index.rst     |  14 +-
 Documentation/platforms/arm/stm32h5/index.rst      |   2 +-
 arch/arm/include/stm32h5/chip.h                    |  78 ++++-
 arch/arm/include/stm32h5/irq.h                     |   7 +-
 arch/arm/include/stm32h5/stm32h5xx_irq.h           |   8 +-
 arch/arm/src/stm32h5/Kconfig                       |  32 +-
 arch/arm/src/stm32h5/hardware/stm32_flash.h        |   3 +-
 arch/arm/src/stm32h5/hardware/stm32_gpdma.h        |   2 +-
 arch/arm/src/stm32h5/hardware/stm32_gpio.h         |   7 +-
 arch/arm/src/stm32h5/hardware/stm32_i2c.h          |   7 +-
 arch/arm/src/stm32h5/hardware/stm32_memorymap.h    |   7 +-
 arch/arm/src/stm32h5/hardware/stm32_pinmap.h       |   4 +-
 arch/arm/src/stm32h5/hardware/stm32_pwr.h          |   7 +-
 arch/arm/src/stm32h5/hardware/stm32_rcc.h          |   7 +-
 arch/arm/src/stm32h5/hardware/stm32_sbs.h          |   3 +-
 arch/arm/src/stm32h5/hardware/stm32_uart.h         |   7 +-
 arch/arm/src/stm32h5/hardware/stm32h50xxx_pinmap.h | 369 +++++++++++++++++++++
 arch/arm/src/stm32h5/stm32h5xx_rcc.c               |   6 +-
 boards/Kconfig                                     |  13 +
 .../nucleo-h503rb}/CMakeLists.txt                  |   2 +-
 .../frdm-mcxn236 => stm32h5/nucleo-h503rb}/Kconfig |   0
 .../configs/nsh/defconfig                          |  23 +-
 .../include/board.h                                |  27 +-
 .../scripts/Make.defs                              |   2 +-
 .../scripts/flash.ld                               |   6 +-
 .../nucleo-h503rb}/src/.gitignore                  |   0
 .../nucleo-h503rb}/src/CMakeLists.txt              |   2 +-
 .../{nucleo-h533re => nucleo-h503rb}/src/Make.defs |   2 +-
 .../src/nucleo-h503rb.h}                           |  11 +-
 .../src/stm32_autoleds.c                           |   4 +-
 .../src/stm32_boot.c                               |   4 +-
 .../src/stm32_bringup.c                            |   4 +-
 .../src/stm32_buttons.c                            |   4 +-
 .../src/stm32_userleds.c                           |   4 +-
 34 files changed, 576 insertions(+), 102 deletions(-)
 copy Documentation/platforms/arm/stm32h5/boards/{nucleo-h533re => 
nucleo-h503rb}/index.rst (51%)
 create mode 100644 arch/arm/src/stm32h5/hardware/stm32h50xxx_pinmap.h
 copy boards/arm/{a1x/pcduino-a10 => stm32h5/nucleo-h503rb}/CMakeLists.txt (95%)
 copy boards/arm/{mcx-nxxx/frdm-mcxn236 => stm32h5/nucleo-h503rb}/Kconfig (100%)
 copy boards/arm/stm32h5/{nucleo-h563zi => nucleo-h503rb}/configs/nsh/defconfig 
(64%)
 copy boards/arm/stm32h5/{nucleo-h533re => nucleo-h503rb}/include/board.h (90%)
 copy boards/arm/stm32h5/{nucleo-h533re => nucleo-h503rb}/scripts/Make.defs 
(96%)
 copy boards/arm/stm32h5/{nucleo-h533re => nucleo-h503rb}/scripts/flash.ld (94%)
 copy boards/arm/{stm32f7/stm32f777zit6-meadow => 
stm32h5/nucleo-h503rb}/src/.gitignore (100%)
 copy boards/arm/{stm32l5/nucleo-l552ze => 
stm32h5/nucleo-h503rb}/src/CMakeLists.txt (96%)
 copy boards/arm/stm32h5/{nucleo-h533re => nucleo-h503rb}/src/Make.defs (96%)
 copy boards/arm/stm32h5/{nucleo-h533re/src/nucleo-h533re.h => 
nucleo-h503rb/src/nucleo-h503rb.h} (91%)
 copy boards/arm/stm32h5/{nucleo-h533re => nucleo-h503rb}/src/stm32_autoleds.c 
(96%)
 copy boards/arm/stm32h5/{nucleo-h533re => nucleo-h503rb}/src/stm32_boot.c (97%)
 copy boards/arm/stm32h5/{nucleo-h533re => nucleo-h503rb}/src/stm32_bringup.c 
(97%)
 copy boards/arm/stm32h5/{nucleo-h533re => nucleo-h503rb}/src/stm32_buttons.c 
(96%)
 copy boards/arm/stm32h5/{nucleo-h533re => nucleo-h503rb}/src/stm32_userleds.c 
(97%)

Reply via email to