This is an automated email from the ASF dual-hosted git repository.
simbit18 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from b9c9c238e8c fs/romfs: reject negative resulting position in
romfs_seek()
new f01134b1441 arch/arm/stm32h5: add support for STM32H533RE
new 61416e2077c boards/arm/stm32h5: add Nucleo-H533RE 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:
.../arm/stm32h5/boards/nucleo-h533re/index.rst | 25 ++
Documentation/platforms/arm/stm32h5/index.rst | 2 +-
arch/arm/include/stm32h5/chip.h | 2 +-
arch/arm/src/stm32h5/Kconfig | 38 ++-
arch/arm/src/stm32h5/hardware/stm32_flash.h | 2 +-
arch/arm/src/stm32h5/hardware/stm32_gpdma.h | 3 +-
arch/arm/src/stm32h5/hardware/stm32_pinmap.h | 2 +-
arch/arm/src/stm32h5/hardware/stm32h56xxx_pinmap.h | 3 +-
boards/Kconfig | 13 +
.../nucleo-h533re}/CMakeLists.txt | 2 +-
.../frdm-mcxn236 => stm32h5/nucleo-h533re}/Kconfig | 0
.../configs/nsh/defconfig | 13 +-
boards/arm/stm32h5/nucleo-h533re/include/board.h | 262 +++++++++++++++++++++
.../scripts/Make.defs | 2 +-
.../nucleo-h533re/scripts/flash.ld} | 10 +-
.../nucleo-h533re}/src/CMakeLists.txt | 2 +-
.../nucleo-h533re}/src/Make.defs | 2 +-
.../nucleo-h533re/src/nucleo-h533re.h} | 28 +--
.../nucleo-h533re}/src/stm32_autoleds.c | 13 +-
.../src/stm32_boot.c | 4 +-
.../nucleo-h533re}/src/stm32_bringup.c | 8 +-
.../stm32h5/nucleo-h533re/src/stm32_buttons.c} | 40 ++--
.../nucleo-h533re}/src/stm32_userleds.c | 29 ++-
23 files changed, 423 insertions(+), 82 deletions(-)
create mode 100644
Documentation/platforms/arm/stm32h5/boards/nucleo-h533re/index.rst
copy boards/arm/{a1x/pcduino-a10 => stm32h5/nucleo-h533re}/CMakeLists.txt (95%)
copy boards/arm/{mcx-nxxx/frdm-mcxn236 => stm32h5/nucleo-h533re}/Kconfig (100%)
copy boards/arm/stm32h5/{nucleo-h563zi => nucleo-h533re}/configs/nsh/defconfig
(85%)
create mode 100644 boards/arm/stm32h5/nucleo-h533re/include/board.h
copy boards/arm/stm32h5/{nucleo-h563zi => nucleo-h533re}/scripts/Make.defs
(96%)
copy boards/arm/{efm32/efm32-g8xx-stk/scripts/efm32-g8xx-stk.ld =>
stm32h5/nucleo-h533re/scripts/flash.ld} (93%)
copy boards/arm/{stm32l5/nucleo-l552ze =>
stm32h5/nucleo-h533re}/src/CMakeLists.txt (96%)
copy boards/arm/{stm32f0/nucleo-f072rb => stm32h5/nucleo-h533re}/src/Make.defs
(96%)
copy boards/arm/{stm32l5/stm32l562e-dk/src/stm32l562e-dk.h =>
stm32h5/nucleo-h533re/src/nucleo-h533re.h} (79%)
copy boards/arm/{stm32f0/nucleo-f072rb =>
stm32h5/nucleo-h533re}/src/stm32_autoleds.c (92%)
copy boards/arm/stm32h5/{nucleo-h563zi => nucleo-h533re}/src/stm32_boot.c (97%)
copy boards/arm/{stm32l5/nucleo-l552ze =>
stm32h5/nucleo-h533re}/src/stm32_bringup.c (91%)
copy boards/{hc/m9s12/demo9s12ne64/src/m9s12_buttons.c =>
arm/stm32h5/nucleo-h533re/src/stm32_buttons.c} (73%)
copy boards/arm/{stm32f7/stm32f746g-disco =>
stm32h5/nucleo-h533re}/src/stm32_userleds.c (81%)