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 35a7902  boards: spresense: Update elf/defconfig
     new 60fb1ad  riscv: Add inline IRQ process functions
     new 69fce77  risc-v/bl602: update firmware to fix undefined up_irq_* 
symbols when linking

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/include/c906/irq.h        | 32 -------------
 arch/risc-v/include/esp32c3/irq.h     | 86 +----------------------------------
 arch/risc-v/include/irq.h             | 63 ++++++++++++++++++++++++-
 arch/risc-v/include/mpfs/irq.h        | 32 -------------
 arch/risc-v/src/bl602/Make.defs       |  6 +--
 arch/risc-v/src/bl602/bl602_irq.c     | 35 --------------
 arch/risc-v/src/c906/c906_irq.c       | 33 --------------
 arch/risc-v/src/esp32c3/esp32c3_irq.c | 25 ++++++++++
 arch/risc-v/src/fe310/fe310_irq.c     | 33 --------------
 arch/risc-v/src/k210/k210_irq.c       | 33 --------------
 arch/risc-v/src/litex/litex_irq.c     | 33 --------------
 arch/risc-v/src/mpfs/mpfs_irq.c       | 33 --------------
 arch/risc-v/src/rv32m1/rv32m1_irq.c   | 35 --------------
 13 files changed, 90 insertions(+), 389 deletions(-)

Reply via email to