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 75c65c7ce9 arch/stm32h7: add defines for USART clock selection
     new fa71bc3d74 riscv/syscall: Add dependency to RISCV_PERCPU_SCRATCH when 
LIB_SYSCALL=y
     new 2cf8ac2f63 risc-v/riscv_swint.c: Simplify implementation of 
dispatch_syscall
     new 622e5b26b3 riscv/syscall: Fix fork() system call
     new 2eb26d04f4 rv-virt/pnsh: Refresh PROTECTED mode configs

The 4 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                                |   2 +-
 arch/risc-v/src/common/fork.S                      |   7 ++
 arch/risc-v/src/common/riscv_exception_common.S    |  13 ++-
 arch/risc-v/src/common/riscv_fork.c                |  95 ++++++++++++++--
 arch/risc-v/src/common/riscv_swint.c               | 119 ++++++++++++++-------
 .../risc-v/qemu-rv/rv-virt/configs/pnsh/defconfig  |   1 -
 .../qemu-rv/rv-virt/configs/pnsh64/defconfig       |   1 -
 7 files changed, 182 insertions(+), 56 deletions(-)

Reply via email to