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/03/03 11:56:06 UTC

[incubator-nuttx] branch master updated (b953296 -> e383439)

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 b953296  input/buttons: Fix the event lose between the invocation of poll
     add 35330a7  risc-v: Implement READ_AND_SET_CSR for CSR operate
     add e383439  risc-v: Replace all inline assembly with macro

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/include/csr.h             |  7 +++++++
 arch/risc-v/src/bl602/bl602_irq.c     | 19 +++++++------------
 arch/risc-v/src/c906/c906_irq.c       | 17 ++++++++---------
 arch/risc-v/src/esp32c3/esp32c3_irq.c | 12 +++---------
 arch/risc-v/src/fe310/fe310_irq.c     | 13 ++++++-------
 arch/risc-v/src/k210/k210_irq.c       | 17 ++++++++---------
 arch/risc-v/src/litex/litex_irq.c     | 17 ++++++++---------
 arch/risc-v/src/mpfs/mpfs_irq.c       | 17 ++++++++---------
 arch/risc-v/src/qemu-rv/qemu_rv_irq.c | 21 ++++++++-------------
 arch/risc-v/src/rv32m1/rv32m1_irq.c   |  7 ++++---
 10 files changed, 67 insertions(+), 80 deletions(-)