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 bb6279fe60 libc/lib_localtime:fix deadcode
     new d5ea259828 RISC-V: Combine 3 variables that depend on CPU amount into 
one
     new b0a71ce3e7 RISC-V: Remove riscv_cpuindex.c from platforms that don't 
need it
     new 2670f143b5 RISC-V: Add setintstack for k210 and qemu

The 3 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                                |   4 -
 arch/risc-v/include/irq.h                          |  10 --
 arch/risc-v/src/bl602/Make.defs                    |   2 +-
 arch/risc-v/src/c906/Make.defs                     |   2 +-
 arch/risc-v/src/common/riscv_exception_common.S    |  33 +++----
 arch/risc-v/src/common/riscv_macros.S              |  24 +++++
 arch/risc-v/src/common/riscv_percpu.c              | 102 ++++++++++++++++++---
 arch/risc-v/src/common/riscv_percpu.h              |  49 ++++++----
 .../src/common/supervisor/riscv_dispatch_syscall.S |  14 +--
 arch/risc-v/src/esp32c3/Make.defs                  |   1 -
 arch/risc-v/src/fe310/Make.defs                    |   1 -
 arch/risc-v/src/k210/Make.defs                     |   1 -
 arch/risc-v/src/k210/chip.h                        |  28 ++++++
 arch/risc-v/src/litex/Make.defs                    |   1 -
 arch/risc-v/src/mpfs/Kconfig                       |  15 +--
 arch/risc-v/src/mpfs/chip.h                        |  27 ++++++
 arch/risc-v/src/qemu-rv/Make.defs                  |   1 -
 arch/risc-v/src/qemu-rv/chip.h                     |  30 +++++-
 arch/risc-v/src/rv32m1/Make.defs                   |   1 -
 19 files changed, 251 insertions(+), 95 deletions(-)

Reply via email to