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 d68fab125e FS_RAMMAP depends on FS_REFCOUNT and remove useless macro
     new d6ee1742a9 xtensa/Kconfig: Fix dependency for backtrace dump on Xtensas
     new cdeb720bf8 xtensa/esp32[|s2|s3]: Fix task backtrace dump
     new 27858f913b tools: Add generic tool to decode the backtrace dump
     new b025c6285d Documentation: Document stack and backtrace dump for 
Espressif SoCs

The 4 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:
 Documentation/platforms/risc-v/esp32c3/index.rst   |  90 +++++++++++-
 Documentation/platforms/risc-v/esp32c6/index.rst   |  87 +++++++++++-
 Documentation/platforms/risc-v/esp32h2/index.rst   |  87 +++++++++++-
 Documentation/platforms/xtensa/esp32/index.rst     | 127 ++++++++++++++++-
 Documentation/platforms/xtensa/esp32s2/index.rst   | 124 +++++++++++++++-
 Documentation/platforms/xtensa/esp32s3/index.rst   | 137 +++++++++++++++++-
 arch/risc-v/src/common/espressif/Make.defs         |   2 +-
 arch/xtensa/Kconfig                                |  24 +---
 arch/xtensa/include/irq.h                          |   2 +-
 arch/xtensa/src/common/xtensa_backtrace.c          |  28 +++-
 arch/xtensa/src/common/xtensa_macros.S             |  29 +++-
 arch/xtensa/src/esp32/Make.defs                    |   4 +-
 arch/xtensa/src/esp32/chip_macros.h                |  31 +++-
 arch/xtensa/src/esp32/chip_memory.h                |   8 +-
 arch/xtensa/src/esp32s2/Make.defs                  |   4 +-
 arch/xtensa/src/esp32s2/chip_memory.h              |   8 +-
 arch/xtensa/src/esp32s3/Make.defs                  |   4 +-
 arch/xtensa/src/esp32s3/chip_macros.h              |  31 +++-
 arch/xtensa/src/esp32s3/chip_memory.h              |   8 +-
 .../esp32/esp32-wrover-kit/configs/gpio/defconfig  |   1 -
 tools/btdecode.sh                                  | 158 +++++++++++++++++++++
 tools/esp32/btdecode.sh                            |  71 ---------
 22 files changed, 943 insertions(+), 122 deletions(-)
 create mode 100755 tools/btdecode.sh
 delete mode 100755 tools/esp32/btdecode.sh

Reply via email to