OVMS3-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
component.mk build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
flasher_args.json.in esptool_py: create flash target functions 2020-01-15 03:36:47 +00:00
get_port_args.cmake esptool_py: add missing phony build targets for CMake 2019-08-21 10:01:00 +08:00
Kconfig.projbuild build system: Use CMake-based build system as default when describing commands 2019-07-08 17:31:27 +10:00
LICENSE Initial public version 2016-08-17 23:08:22 +08:00
Makefile.projbuild tools/idf_monitor: automatically decode UART core dumps 2020-02-13 18:46:26 +01:00
project_include.cmake esptool_py: pass flash mode/frequency/size to elf2image 2020-01-23 12:19:15 +01:00
run_cmd.cmake esptool_py: add missing phony build targets for CMake 2019-08-21 10:01:00 +08:00
run_esptool.cmake esptool_py: add missing phony build targets for CMake 2019-08-21 10:01:00 +08:00
run_idf_monitor.cmake esptool_py: add missing phony build targets for CMake 2019-08-21 10:01:00 +08:00
sdkconfig.rename Rename Kconfig options (components/esptool_py) 2019-05-21 09:32:55 +02:00