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 907a521b15d arch/risc-v: assign per-cpu data by logical cpu
     new ff5ebcac85b boards/gd32vm55x: Add support to GD32VW553-HMQ
     new a177c02b58b doc/boards: Add Documentation to GD32VW553-HMQ 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:
 .../boards/gd32vw553-hmq/gd35vw553-hmq.png         | Bin 0 -> 167940 bytes
 .../gd32vw55x/boards/gd32vw553-hmq/index.rst       | 254 +++++++++++++++++++++
 boards/Kconfig                                     |  14 ++
 .../{gd32vw553k-start => gd32vw553-hmq}/Kconfig    |   4 +-
 .../configs/ble/defconfig                          |   6 +-
 .../configs/nsh/defconfig                          |   6 +-
 .../configs/ostest/defconfig                       |   6 +-
 .../configs/sta_softap/defconfig                   |   6 +-
 .../configs/wapi/defconfig                         |   6 +-
 .../include/board.h                                |  58 ++---
 .../scripts/Make.defs                              |   2 +-
 .../scripts/ld.script                              |   2 +-
 .../src/Makefile                                   |   6 +-
 .../src/gd32_appinit.c                             |   4 +-
 .../src/gd32_autoleds.c                            |   4 +-
 .../src/gd32_boot.c                                |   4 +-
 .../src/gd32_bringup.c                             |   4 +-
 .../src/gd32_reset.c                               |   2 +-
 .../src/gd32_userleds.c                            |   4 +-
 .../src/gd32vw553-hmq.h}                           |   8 +-
 .../gd32vw55x/gd32vw553k-start/include/board.h     |  10 +-
 21 files changed, 332 insertions(+), 78 deletions(-)
 create mode 100644 
Documentation/platforms/risc-v/gd32vw55x/boards/gd32vw553-hmq/gd35vw553-hmq.png
 create mode 100644 
Documentation/platforms/risc-v/gd32vw55x/boards/gd32vw553-hmq/index.rst
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => gd32vw553-hmq}/Kconfig (92%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => 
gd32vw553-hmq}/configs/ble/defconfig (95%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => 
gd32vw553-hmq}/configs/nsh/defconfig (92%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => 
gd32vw553-hmq}/configs/ostest/defconfig (92%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => 
gd32vw553-hmq}/configs/sta_softap/defconfig (95%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => 
gd32vw553-hmq}/configs/wapi/defconfig (95%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => 
gd32vw553-hmq}/include/board.h (75%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => 
gd32vw553-hmq}/scripts/Make.defs (97%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => 
gd32vw553-hmq}/scripts/ld.script (98%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => gd32vw553-hmq}/src/Makefile 
(91%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => 
gd32vw553-hmq}/src/gd32_appinit.c (95%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => 
gd32vw553-hmq}/src/gd32_autoleds.c (97%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => 
gd32vw553-hmq}/src/gd32_boot.c (96%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => 
gd32vw553-hmq}/src/gd32_bringup.c (98%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => 
gd32vw553-hmq}/src/gd32_reset.c (97%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start => 
gd32vw553-hmq}/src/gd32_userleds.c (96%)
 copy boards/risc-v/gd32vw55x/{gd32vw553k-start/src/gd32vw553k-start.h => 
gd32vw553-hmq/src/gd32vw553-hmq.h} (86%)

Reply via email to