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 2022/04/01 02:31:41 UTC

[incubator-nuttx] branch master updated (e6d6734 -> 870ca12)

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 e6d6734  ARCH_ADDRENV: Add guard against mis-configuration
     add 870ca12  arch/risc-v: get wider visibility for arch instruction macros

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/include/arch.h                      | 30 +++++++++++++++++++++++++
 arch/risc-v/include/irq.h                       |  1 -
 arch/risc-v/src/common/riscv_exception_common.S |  4 ++--
 arch/risc-v/src/common/riscv_fpu.S              |  3 +--
 arch/risc-v/src/common/riscv_internal.h         | 26 ---------------------
 arch/risc-v/src/common/riscv_signal_handler.S   |  1 +
 arch/risc-v/src/qemu-rv/qemu_rv_head.S          |  2 ++
 7 files changed, 36 insertions(+), 31 deletions(-)