OVMS3-idf/components/espcoredump
Michael (XIAO Xufeng) d3b54ec84a esp_flash: fix the coredump issue
During coredump, dangerous-area-checking should be disabled, and cache
disabling should be replaced by a safer version.

Dangerous-area-checking used to be in the HAL, but it seems to be more
fit to os functions. So it's moved to os functions. Interfaces are
provided to switch between os functions during coredump.
2019-09-18 14:30:23 +08:00
..
include esp32: coredump header (fix linker.lf) 2019-03-08 09:49:37 +00:00
include_core_dump coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
src esp_flash: fix the coredump issue 2019-09-18 14:30:23 +08:00
test components: use new component registration api 2019-06-21 19:53:29 +08:00
CMakeLists.txt cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
component.mk coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
espcoredump.py coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
Kconfig coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
linker.lf ldgen: update component linker fragment files 2019-04-04 15:57:34 +08:00