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/incubator-nuttx.git
from 9c5fb9ec8d binfmt_execmodule: Use heap size getter for print
new 5a9b2920e8 arch: risc-v: Add support for semihosting and hostfs
new 9b20f97064 boards: rv-virt: Add hostfs support to nsh and nsh64
defconfigs
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:
arch/risc-v/Kconfig | 19 +++++++++++++++++
arch/risc-v/include/syscall.h | 2 ++
.../src/common/riscv_hostfs.c} | 14 ++++++-------
.../src/common/riscv_semihost.S} | 24 +++++++++++++++-------
arch/risc-v/src/qemu-rv/Make.defs | 5 +++++
boards/risc-v/qemu-rv/rv-virt/README.txt | 15 ++++++++++++--
.../risc-v/qemu-rv/rv-virt/configs/nsh/defconfig | 2 ++
.../risc-v/qemu-rv/rv-virt/configs/nsh64/defconfig | 2 ++
8 files changed, 67 insertions(+), 16 deletions(-)
copy arch/{arm/src/common/arm_hostfs.c => risc-v/src/common/riscv_hostfs.c}
(95%)
copy arch/{arm/src/cxd56xx/cxd56_cpuindex.h =>
risc-v/src/common/riscv_semihost.S} (79%)