esp-idf/components/esp_system/port/arch/xtensa
Mitch Bradley 5728fe325e Reverts Backtrace: format to what it used to be
Was:  Backtrace: N:M N:M N:M ...
Now:  Backtrace:N:MN:M N:M ...

The problem with the new format is that it is hard to parse and
breaks the parser that is used by PlatformIO.  The old format
is much more reasonable.  I do not see how the pattern in IDFDUT.py
can work with the new format, due to the missing space after the :
2022-07-19 11:55:32 +02:00
..
debug_helpers_asm.S arch: move debug helpers 2021-02-26 13:34:29 +08:00
debug_helpers.c Reverts Backtrace: format to what it used to be 2022-07-19 11:55:32 +02:00
debug_stubs.c debug_stubs: Refactor and add support for RISCV 2022-02-08 22:24:54 +03:00
expression_with_stack_asm.S arch: move shared stack implementation to esp_system 2021-02-26 13:34:29 +08:00
expression_with_stack.c arch: move shared stack implementation to esp_system 2021-02-26 13:34:29 +08:00
panic_arch.c System/Security: Memprot API unified (ESP32C3,ESP32S3) 2022-01-27 12:40:27 +08:00
panic_handler_asm.S components/bt: High level interrupt in bluetooth 2021-09-09 11:29:06 +08:00
trax.c trax: Adds ESP32-S3 support 2022-01-05 19:34:28 +01:00