OVMS3-idf/components/espcoredump
Ivan Grokhotkov 25041ba583 tools/idf_monitor: automatically decode UART core dumps
This adds detection of UART core dumps to IDF monitor. By default,
core dumps are not printed to the console, but are processed by
espcoredump.py using 'info_corefile' command. The result is printed
to stdout.

This feature can be disabled in menuconfig.

In the future this can be extended to allow running espcoredump.py
with 'dbg_corefile' argument, which is similar to the current GDB Stub
behavior.

Related to IDF-52.
2020-02-13 18:46:26 +01:00
..
include coredump: change data format to ELF 2019-11-22 13:25:43 +08:00
include_core_dump global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
src global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
test coredump: Makes compatible with legacy binary core dumps 2019-11-25 22:44:51 +03:00
CMakeLists.txt coredump: change data format to ELF 2019-11-22 13:25:43 +08:00
component.mk coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
espcoredump.py coredump: Makes compatible with legacy binary core dumps 2019-11-25 22:44:51 +03:00
Kconfig tools/idf_monitor: automatically decode UART core dumps 2020-02-13 18:46:26 +01:00
linker.lf coredump: change data format to ELF 2019-11-22 13:25:43 +08:00