You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/11/21 14:31:55 UTC

[incubator-nuttx] branch master updated (759b63d -> fc5874a)

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

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


    from 759b63d  libc: implement getopt_long partially
     add 9d28687  arch/xtensa: Print backtrace on assertions.
     add f80ed10  arch/xtensa/src/esp32/chip_memory.h: Chip implementation of memory test functions needed by the arch.
     add 5619899  arch/xtensa/src/common/xtensa_windowspill.S: Remove the #if 0 to include the spill function.  It's now needed.
     add fc5874a  arch/xtensa/src/common/xtensa_createstack.c: Fix stack alignement. The required stack alignement is 16 bytes.

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/Kconfig                                |  14 ++
 arch/xtensa/src/common/xtensa.h                    |   4 +
 arch/xtensa/src/common/xtensa_backtrace.S          | 103 +++++++++++++
 arch/xtensa/src/common/xtensa_createstack.c        |   4 +-
 arch/xtensa/src/common/xtensa_dumpstate.c          | 115 ++++++++++++++-
 arch/xtensa/src/common/xtensa_windowspill.S        | 163 ++++++++++-----------
 arch/xtensa/src/esp32/Make.defs                    |   5 +-
 .../xtensa/src/esp32/chip_memory.h                 |  35 +++--
 arch/xtensa/src/esp32/hardware/esp32_soc.h         |  33 +++++
 9 files changed, 375 insertions(+), 101 deletions(-)
 create mode 100644 arch/xtensa/src/common/xtensa_backtrace.S
 copy boards/arm/sama5/giant-board/include/board_memorymap.h => arch/xtensa/src/esp32/chip_memory.h (79%)