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/01/19 17:39:47 UTC

[incubator-nuttx] branch master updated (767cf28 -> fc3167b)

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 767cf28  boards/arm/samv7: move HSMCI interface to common
     add 7b8eec3  arch/risc-v/src/common/riscv_exception_common.S: Add support for > 2 CPUs
     add 6428c1f  arch/riscv/mpfs: Switch to use riscv_exception_common
     add fc3167b  boards/riscv/mpfs: Remove reference to .vectors in linker scripts

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/common/riscv_exception_common.S    |  43 +++---
 arch/risc-v/src/mpfs/Kconfig                       |   5 +
 arch/risc-v/src/mpfs/Make.defs                     |   6 +-
 arch/risc-v/src/mpfs/mpfs_head.S                   | 168 ---------------------
 arch/risc-v/src/mpfs/mpfs_irq_dispatch.c           |   4 +-
 .../mpfs/icicle/scripts/ld-envm-opensbi.script     |   2 +-
 boards/risc-v/mpfs/icicle/scripts/ld-envm.script   |   2 +-
 boards/risc-v/mpfs/icicle/scripts/ld.script        |   2 +-
 .../risc-v/mpfs/m100pfsevp/scripts/ld-envm.script  |   2 +-
 boards/risc-v/mpfs/m100pfsevp/scripts/ld.script    |   2 +-
 10 files changed, 36 insertions(+), 200 deletions(-)