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/nuttx.git
from 430c79ff89 imxrt: FlexSPI allow RWW
new 1757ecc5c1 xtensa: add backtrace link from syscall exception
new aa426d1edb xtensa: change write intset register to syscall instruction
new ad8902a33e esp32[|s2|s3]: adapt to new syscall implementation
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/xtensa/include/syscall.h | 93 ++++++------------------
arch/xtensa/src/common/xtensa_dispatch_syscall.S | 4 +-
arch/xtensa/src/common/xtensa_int_handlers.S | 14 ++++
arch/xtensa/src/common/xtensa_irqdispatch.c | 2 +-
arch/xtensa/src/common/xtensa_signal_handler.S | 4 +-
arch/xtensa/src/common/xtensa_user_handler.S | 32 +++++++-
arch/xtensa/src/esp32/esp32_irq.c | 6 +-
arch/xtensa/src/esp32s2/esp32s2_irq.c | 6 +-
arch/xtensa/src/esp32s3/esp32s3_irq.c | 6 +-
libs/libc/machine/xtensa/arch_setjmp.S | 4 +-
10 files changed, 72 insertions(+), 99 deletions(-)