esp-idf/components/espcoredump
Omar Chebib 5186a968be 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-06-23 16:17:15 +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-06-23 16:17:15 +08:00
include_core_dump espcoredump: code refactoring and add support for RISC-V implemetation 2021-03-10 12:19:00 +08:00
src coredump: core dump data check can now be parametrized 2021-06-23 16:17:15 +08:00
test core dump: modify the test according to the refactor 2021-01-21 15:14:59 +08:00
CMakeLists.txt espcoredump: code refactoring and add support for RISC-V implemetation 2021-03-10 12:19:00 +08:00
component.mk espcoredump: Fix bugs related to (fake) stacks 2021-05-28 01:58:09 +00:00
espcoredump.py core dump: rewrite espcoredump.py with corefile package 2021-01-21 15:14:59 +08:00
Kconfig coredump: core dump data check can now be parametrized 2021-06-23 16:17:15 +08:00
linker.lf ci: exempt upstream libmbedtls mapping for sha256 2021-01-19 11:17:18 +08:00
sdkconfig.rename espcoredump: remove ESP32 prefix from config options 2020-09-30 20:22:27 +05:30