You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2020/10/26 22:45:49 UTC

[incubator-nuttx] branch master updated (15d6584 -> 58655d1)

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

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


    from 15d6584  sim/duktape: Increase stack size to fix broken
     add c97d11a  arch/xtensa: Add the optional interrupt stack.
     add 58655d1  arch/xtensa/src/esp32: SMP case of interruptstack.

No new revisions were added by this update.

Summary of changes:
 arch/Kconfig                                 |  1 +
 arch/xtensa/src/common/xtensa.h              | 34 ++++++++-------
 arch/xtensa/src/common/xtensa_checkstack.c   | 12 ++++--
 arch/xtensa/src/common/xtensa_dumpstate.c    | 32 ++++++++------
 arch/xtensa/src/common/xtensa_initialize.c   | 40 +++++++++++++++++
 arch/xtensa/src/common/xtensa_int_handlers.S | 52 ++++++++++++++++++----
 arch/xtensa/src/esp32/chip_macros.h          | 58 +++++++++++++++++++++++++
 arch/xtensa/src/esp32/esp32_irq.c            | 64 +++++++++++++++++++++++++---
 8 files changed, 247 insertions(+), 46 deletions(-)