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 f967a69748 arch/arm/sama5: Add code to report the reset reason
new 94a62cb5a7 boards/stm32f0l0g0: Add Nucleo G0B1RE support
new 6ef5dab160 documentation/platforms/arm: Add Nucleo G0B1 board.
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/stm32g0/boards/nucleo-g0b1re/index.rst | 57 +++++++++++++++++++++
.../stm32g0/boards/nucleo-g0b1re/nucleo-g0b1re.png | Bin 0 -> 473614 bytes
boards/Kconfig | 14 +++++
.../nucleo-g0b1re}/CMakeLists.txt | 2 +-
.../stm32f0l0g0/nucleo-g0b1re}/Kconfig | 4 +-
.../configs/nsh/defconfig | 10 ++--
.../include/board.h | 30 +++++------
.../scripts/Make.defs | 0
.../scripts/ld.script | 8 +--
.../src/CMakeLists.txt | 2 +-
.../{nucleo-g071rb => nucleo-g0b1re}/src/Make.defs | 4 +-
.../src/nucleo-g0b1re.h} | 29 ++++-------
.../src/stm32_appinit.c | 4 +-
.../src/stm32_autoleds.c | 4 +-
.../src/stm32_boot.c | 4 +-
.../src/stm32_bringup.c | 4 +-
.../src/stm32_buttons.c | 4 +-
17 files changed, 120 insertions(+), 60 deletions(-)
create mode 100644
Documentation/platforms/arm/stm32g0/boards/nucleo-g0b1re/index.rst
create mode 100644
Documentation/platforms/arm/stm32g0/boards/nucleo-g0b1re/nucleo-g0b1re.png
copy boards/arm/{mps/mps3-an547 => stm32f0l0g0/nucleo-g0b1re}/CMakeLists.txt
(94%)
copy boards/{risc-v/bl602/bl602evb => arm/stm32f0l0g0/nucleo-g0b1re}/Kconfig
(52%)
copy boards/arm/stm32f0l0g0/{nucleo-g071rb =>
nucleo-g0b1re}/configs/nsh/defconfig (89%)
copy boards/arm/stm32f0l0g0/{nucleo-g071rb => nucleo-g0b1re}/include/board.h
(89%)
copy boards/arm/stm32f0l0g0/{nucleo-g071rb => nucleo-g0b1re}/scripts/Make.defs
(100%)
copy boards/arm/stm32f0l0g0/{nucleo-g071rb => nucleo-g0b1re}/scripts/ld.script
(93%)
copy boards/arm/stm32f0l0g0/{nucleo-g071rb =>
nucleo-g0b1re}/src/CMakeLists.txt (95%)
copy boards/arm/stm32f0l0g0/{nucleo-g071rb => nucleo-g0b1re}/src/Make.defs
(93%)
copy boards/arm/stm32f0l0g0/{nucleo-g071rb/src/nucleo-g071rb.h =>
nucleo-g0b1re/src/nucleo-g0b1re.h} (76%)
copy boards/arm/stm32f0l0g0/{nucleo-g071rb =>
nucleo-g0b1re}/src/stm32_appinit.c (97%)
copy boards/arm/stm32f0l0g0/{nucleo-g070rb =>
nucleo-g0b1re}/src/stm32_autoleds.c (96%)
copy boards/arm/stm32f0l0g0/{nucleo-g071rb => nucleo-g0b1re}/src/stm32_boot.c
(97%)
copy boards/arm/stm32f0l0g0/{nucleo-g071rb =>
nucleo-g0b1re}/src/stm32_bringup.c (97%)
copy boards/arm/stm32f0l0g0/{nucleo-g071rb =>
nucleo-g0b1re}/src/stm32_buttons.c (97%)