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/22 06:57:25 UTC

[incubator-nuttx] branch master updated (eec9413 -> b803919)

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 eec9413  net/tcp/sendfile: removed excessive overwrites of conn->sndseq (conn->sndseq was updated in multiple places that was unreasonable and complicated). This optimization is the same as it was done for tcp_send_unbuffered.
     add b803919  arch/risc-v: Merge mcause.h into irq.h

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/include/irq.h                    | 12 ++++++
 arch/risc-v/include/mcause.h                 | 63 ----------------------------
 arch/risc-v/include/rv32m1/rv32m1ri5cy_irq.h |  2 +-
 arch/risc-v/src/common/riscv_exception.c     | 18 ++++----
 arch/risc-v/src/esp32c3/esp32c3_irq.c        | 11 +++--
 5 files changed, 25 insertions(+), 81 deletions(-)
 delete mode 100644 arch/risc-v/include/mcause.h