You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2024/02/08 03:46:49 UTC

(nuttx) branch master updated (2f74233565 -> cb32e6d50a)

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 2f74233565 board/samv7: add support for BOARDCTL_RESET_CAUSE command
     add 28470f7aed Documentation/rv-virt: Update the description of the configurations
     add c86cb9e7ef Documentation/rv-virt: Add section on how to debugging with GDB
     add cb32e6d50a risc-v/qemu-rv/rv-virt: Add support to loader ROMFS image in kernel

No new revisions were added by this update.

Summary of changes:
 .../risc-v/qemu-rv/boards/rv-virt/README.txt       | 120 -------
 .../risc-v/qemu-rv/boards/rv-virt/index.rst        | 350 ++++++++++++++++++++-
 .../configs/{knsh32 => knsh32_romfs}/defconfig     |  13 +-
 boards/risc-v/qemu-rv/rv-virt/scripts/Make.defs    |  18 ++
 boards/risc-v/qemu-rv/rv-virt/src/.gitignore       |   1 +
 boards/risc-v/qemu-rv/rv-virt/src/Makefile         |  15 +
 .../risc-v/qemu-rv/rv-virt/src/qemu_rv_appinit.c   |  52 +++
 .../{k230/canmv230 => qemu-rv/rv-virt}/src/romfs.h |   8 +-
 .../canmv230 => qemu-rv/rv-virt}/src/romfs_stub.c  |   2 +-
 9 files changed, 446 insertions(+), 133 deletions(-)
 delete mode 100644 Documentation/platforms/risc-v/qemu-rv/boards/rv-virt/README.txt
 copy boards/risc-v/qemu-rv/rv-virt/configs/{knsh32 => knsh32_romfs}/defconfig (90%)
 copy boards/risc-v/{k230/canmv230 => qemu-rv/rv-virt}/src/romfs.h (88%)
 copy boards/risc-v/{k230/canmv230 => qemu-rv/rv-virt}/src/romfs_stub.c (97%)