esp-idf/components/espcoredump/include
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
..
port espcoredump: On device core dump parsing to generate summary 2021-04-09 09:43:40 +05:30
esp_core_dump.h coredump: core dump data check can now be parametrized 2021-04-19 13:05:32 +08:00