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 2021/12/15 03:40:19 UTC

[incubator-nuttx] branch master updated (51a2db6 -> 56ef141)

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 51a2db6  Kconfig: improve uniformity
     add 93b133f  arch/xtensa: correct the interrupt stack on irq handler
     add 2fe06ac  arch: xtensa: save current SP before overwrting
     add 56ef141  arch/xtensa: set the current reg before print syslog

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/common/xtensa_assert.c       |  6 ++--
 arch/xtensa/src/common/xtensa_int_handlers.S | 39 ++++++++++++++++++++---
 arch/xtensa/src/common/xtensa_panic.S        | 26 +++++++++++++++
 arch/xtensa/src/common/xtensa_user_handler.S | 47 ++++++++++++++++++++++++++--
 4 files changed, 109 insertions(+), 9 deletions(-)