This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from ae31cbd  Fix an overflow in blkcnt_t gpt_last_lba
     add 662f071  xtensa: fix svccall enter error
     add 561fa88  xtensa: add svcall handler
     add 88f5a20  xtensa: move a3 save in handler instead of 
_xtensa_context_save
     add a1a9ce3  arch:xtensa_panic: use right interrupt pointer in xtensa_panic
     add 793ec6c  arch:xtensa:vectors:fix bugs in a0 save

No new revisions were added by this update.

Summary of changes:
 arch/{risc-v => xtensa}/src/common/svcall.h  |  18 ++--
 arch/xtensa/src/common/xtensa.h              |   6 ++
 arch/xtensa/src/common/xtensa_context.S      |   1 -
 arch/xtensa/src/common/xtensa_int_handlers.S |   6 ++
 arch/xtensa/src/common/xtensa_panic.S        |  10 +-
 arch/xtensa/src/common/xtensa_svcall.c       | 136 +++++++++++++++++++++++++++
 arch/xtensa/src/common/xtensa_user_handler.S |  16 ++--
 arch/xtensa/src/common/xtensa_vectors.S      |   8 +-
 8 files changed, 180 insertions(+), 21 deletions(-)
 copy arch/{risc-v => xtensa}/src/common/svcall.h (88%)
 create mode 100644 arch/xtensa/src/common/xtensa_svcall.c

Reply via email to