esp-idf/components/espcoredump
Omar Chebib 837629814f coredump: core dump data check can now be parametrized
Core dump integrity check can now be parametrized through menuconfig.
It can be performed on boot or ignored. When core dump is activated
in the menuconfig, the user can still check the core dump at any time
with the function `esp_core_dump_image_check()`.

Fix a bug where `esp_core_dump_image_get()` was not accessible
when core dump was disabled.

Closes https://github.com/espressif/esp-idf/issues/6620
2021-04-19 13:05:32 +08:00
..
corefile fix(coredump): parse registers values from stack 2021-01-29 11:12:21 +08:00
include coredump: core dump data check can now be parametrized 2021-04-19 13:05:32 +08:00
include_core_dump espcoredump: On device core dump parsing to generate summary 2021-04-09 09:43:40 +05:30
src coredump: core dump data check can now be parametrized 2021-04-19 13:05:32 +08:00
test core dump: modify the test according to the refactor 2021-01-21 15:14:59 +08:00
CMakeLists.txt espcoredump: On device core dump parsing to generate summary 2021-04-09 09:43:40 +05:30
component.mk espcoredump: On device core dump parsing to generate summary 2021-04-09 09:43:40 +05:30
espcoredump.py Add mypy check to pre-commit-config 2021-02-25 07:05:43 +00:00
Kconfig coredump: core dump data check can now be parametrized 2021-04-19 13:05:32 +08:00
linker.lf ldgen: use uppercase keywords for flags 2021-03-01 14:19:34 +08:00
sdkconfig.rename espcoredump: remove ESP32 prefix from config options 2020-09-30 20:22:27 +05:30