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 6707715916 arch/risc-v: PANIC() on system call crash
     add 8bdb13a31d boards/arm: add nucleo-c092rc board support
     add e474569472 boards/nucleo-c071rb: add minimal NSH configuration
     add 1b9e6a8563 boards/nucleo-c092rc: add minimal NSH configuration

No new revisions were added by this update.

Summary of changes:
 .../arm/stm32c0/boards/nucleo-c071rb/index.rst     |  9 +++++++
 .../{nucleo-c071rb => nucleo-c092rc}/index.rst     | 13 ++++++++--
 boards/Kconfig                                     | 13 ++++++++++
 .../configs/nsh/defconfig                          | 29 +++++++++-------------
 .../nucleo-c092rc}/CMakeLists.txt                  |  2 +-
 .../nucleo-c092rc}/Kconfig                         |  2 +-
 .../configs/jumbo/defconfig                        | 10 ++++----
 .../configs/nsh/defconfig                          | 29 +++++++++-------------
 .../include/board.h                                | 10 ++++----
 .../nucleo-c092rc}/scripts/Make.defs               |  2 +-
 .../scripts/flash.ld                               | 10 ++++----
 .../src/CMakeLists.txt                             |  2 +-
 .../{nucleo-c071rb => nucleo-c092rc}/src/Make.defs |  2 +-
 .../src/nucleo-c092rc.h}                           | 10 ++++----
 .../src/stm32_adc.c                                |  2 +-
 .../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 +--
 .../src/stm32_userleds.c                           |  4 +--
 21 files changed, 95 insertions(+), 74 deletions(-)
 copy Documentation/platforms/arm/stm32c0/boards/{nucleo-c071rb => 
nucleo-c092rc}/index.rst (69%)
 copy boards/arm/stm32f0l0g0/{nucleo-g071rb => 
nucleo-c071rb}/configs/nsh/defconfig (67%)
 copy boards/arm/{mps/mps3-an547 => stm32f0l0g0/nucleo-c092rc}/CMakeLists.txt 
(94%)
 copy boards/arm/{eoss3/quickfeather => stm32f0l0g0/nucleo-c092rc}/Kconfig (83%)
 copy boards/arm/stm32f0l0g0/{nucleo-c071rb => 
nucleo-c092rc}/configs/jumbo/defconfig (92%)
 copy boards/arm/stm32f0l0g0/{nucleo-g071rb => 
nucleo-c092rc}/configs/nsh/defconfig (67%)
 copy boards/arm/stm32f0l0g0/{nucleo-c071rb => nucleo-c092rc}/include/board.h 
(94%)
 copy boards/arm/{samd2l2/arduino-m0 => 
stm32f0l0g0/nucleo-c092rc}/scripts/Make.defs (96%)
 copy boards/arm/stm32f0l0g0/{nucleo-f091rc => nucleo-c092rc}/scripts/flash.ld 
(92%)
 copy boards/arm/stm32f0l0g0/{nucleo-c071rb => 
nucleo-c092rc}/src/CMakeLists.txt (96%)
 copy boards/arm/stm32f0l0g0/{nucleo-c071rb => nucleo-c092rc}/src/Make.defs 
(96%)
 copy boards/arm/stm32f0l0g0/{nucleo-c071rb/src/nucleo-c071rb.h => 
nucleo-c092rc/src/nucleo-c092rc.h} (91%)
 copy boards/arm/stm32f0l0g0/{nucleo-c071rb => nucleo-c092rc}/src/stm32_adc.c 
(98%)
 copy boards/arm/stm32f0l0g0/{nucleo-f072rb => 
nucleo-c092rc}/src/stm32_appinit.c (97%)
 copy boards/arm/stm32f0l0g0/{nucleo-c071rb => 
nucleo-c092rc}/src/stm32_autoleds.c (96%)
 copy boards/arm/stm32f0l0g0/{nucleo-g070rb => nucleo-c092rc}/src/stm32_boot.c 
(97%)
 copy boards/arm/stm32f0l0g0/{nucleo-c071rb => 
nucleo-c092rc}/src/stm32_bringup.c (97%)
 copy boards/arm/stm32f0l0g0/{nucleo-f091rc => 
nucleo-c092rc}/src/stm32_buttons.c (97%)
 copy boards/arm/stm32f0l0g0/{nucleo-c071rb => 
nucleo-c092rc}/src/stm32_userleds.c (98%)

Reply via email to