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 ad182bcb4bf sim: resolve host symbols eagerly on Linux
new fc2f6c9fc5f boards/arm/stm32h7: Add support fpr nucleo-h753zi board
new 1840cbe63d8 Documentation/nucleo-h753zi: Fix typo in test log
new 2230d325951 Documentation/nucleo-h753zi: Add board image
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:
.../arm/stm32h7/boards/nucleo-h753zi/index.rst | 305 +++++++++++++++++++++
.../stm32h7/boards/nucleo-h753zi/nucleo-h753zi.jpg | Bin 0 -> 744886 bytes
boards/Kconfig | 13 +
.../arm/stm32h7/nucleo-h753zi}/CMakeLists.txt | 2 +-
.../arm/stm32h7/nucleo-h753zi}/Kconfig | 5 +-
.../configs/jumbo/defconfig | 6 +-
.../configs/netnsh/defconfig | 6 +-
.../configs/nsh/defconfig | 6 +-
.../configs/pysim}/defconfig | 6 +-
.../configs/socketcan/defconfig | 6 +-
.../include/board.h | 8 +-
.../nucleo-h753zi}/scripts/Make.defs | 4 +-
.../scripts/flash.ld | 10 +-
.../scripts/memory.ld | 2 +-
.../nucleo-h753zi}/scripts/user-space.ld | 2 +-
.../src/CMakeLists.txt | 2 +-
.../{nucleo-h743zi2 => nucleo-h753zi}/src/Makefile | 2 +-
.../src/nucleo-h753zi.h} | 16 +-
.../src/stm32_adc.c | 4 +-
.../nucleo-h753zi}/src/stm32_autoleds.c | 6 +-
.../src/stm32_boot.c | 4 +-
.../src/stm32_bringup.c | 5 +-
.../nucleo-h753zi}/src/stm32_buttons.c | 4 +-
.../src/stm32_gpio.c | 4 +-
.../src/stm32_pwm.c | 6 +-
.../src/stm32_qencoder.c | 4 +-
.../nucleo-h753zi}/src/stm32_reset.c | 2 +-
.../src/stm32_usb.c | 4 +-
.../nucleo-h753zi}/src/stm32_userleds.c | 6 +-
29 files changed, 383 insertions(+), 67 deletions(-)
create mode 100644
Documentation/platforms/arm/stm32h7/boards/nucleo-h753zi/index.rst
create mode 100644
Documentation/platforms/arm/stm32h7/boards/nucleo-h753zi/nucleo-h753zi.jpg
copy {arch/arm/src/lpc43xx/spifi =>
boards/arm/stm32h7/nucleo-h753zi}/CMakeLists.txt (95%)
copy {arch/x86/src/common => boards/arm/stm32h7/nucleo-h753zi}/Kconfig (68%)
copy boards/arm/stm32h7/{nucleo-h743zi2 =>
nucleo-h753zi}/configs/jumbo/defconfig (97%)
copy boards/arm/stm32h7/{nucleo-h743zi =>
nucleo-h753zi}/configs/netnsh/defconfig (95%)
copy boards/arm/stm32h7/{nucleo-h743zi2 =>
nucleo-h753zi}/configs/nsh/defconfig (91%)
copy boards/arm/stm32h7/{nucleo-h745zi/configs/pysim_cm7 =>
nucleo-h753zi/configs/pysim}/defconfig (97%)
copy boards/arm/stm32h7/{nucleo-h743zi2 =>
nucleo-h753zi}/configs/socketcan/defconfig (94%)
copy boards/arm/stm32h7/{nucleo-h743zi2 => nucleo-h753zi}/include/board.h (98%)
copy boards/arm/{stm32/nucleo-f401re =>
stm32h7/nucleo-h753zi}/scripts/Make.defs (97%)
copy boards/arm/stm32h7/{nucleo-h743zi => nucleo-h753zi}/scripts/flash.ld (96%)
copy boards/arm/stm32h7/{weact-stm32h743 => nucleo-h753zi}/scripts/memory.ld
(97%)
copy boards/arm/{stm32/omnibusf4 =>
stm32h7/nucleo-h753zi}/scripts/user-space.ld (98%)
copy boards/arm/stm32h7/{nucleo-h743zi2 => nucleo-h753zi}/src/CMakeLists.txt
(97%)
copy boards/arm/stm32h7/{nucleo-h743zi2 => nucleo-h753zi}/src/Makefile (97%)
copy boards/arm/stm32h7/{nucleo-h743zi2/src/nucleo-h743zi2.h =>
nucleo-h753zi/src/nucleo-h753zi.h} (95%)
copy boards/arm/stm32h7/{nucleo-h743zi2 => nucleo-h753zi}/src/stm32_adc.c (98%)
copy boards/arm/{stm32/nucleo-f303ze =>
stm32h7/nucleo-h753zi}/src/stm32_autoleds.c (97%)
copy boards/arm/stm32h7/{nucleo-h743zi2 => nucleo-h753zi}/src/stm32_boot.c
(97%)
copy boards/arm/stm32h7/{nucleo-h743zi2 => nucleo-h753zi}/src/stm32_bringup.c
(98%)
copy boards/arm/{stm32/nucleo-f207zg =>
stm32h7/nucleo-h753zi}/src/stm32_buttons.c (97%)
copy boards/arm/stm32h7/{nucleo-h745zi => nucleo-h753zi}/src/stm32_gpio.c (99%)
copy boards/arm/stm32h7/{nucleo-h745zi => nucleo-h753zi}/src/stm32_pwm.c (95%)
copy boards/arm/stm32h7/{nucleo-h745zi => nucleo-h753zi}/src/stm32_qencoder.c
(96%)
copy boards/arm/{stm32/nucleo-f429zi =>
stm32h7/nucleo-h753zi}/src/stm32_reset.c (97%)
copy boards/arm/stm32h7/{nucleo-h745zi => nucleo-h753zi}/src/stm32_usb.c (99%)
copy boards/arm/{stm32/nucleo-f303ze =>
stm32h7/nucleo-h753zi}/src/stm32_userleds.c (97%)