esp-idf/components/esptool_py
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
..
esptool@939b3e987a global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
CMakeLists.txt esptool_py: pass flash mode/frequency/size to elf2image 2020-01-23 12:19:15 +01:00
Kconfig.projbuild
LICENSE
Makefile.projbuild tools/idf_monitor: automatically decode UART core dumps 2020-02-13 18:46:26 +01:00
component.mk
flasher_args.json.in
get_port_args.cmake
project_include.cmake esptool_py: pass flash mode/frequency/size to elf2image 2020-01-23 12:19:15 +01:00
run_cmd.cmake
run_esptool.cmake
run_idf_monitor.cmake
sdkconfig.rename