esp-idf/components/soc
Michael (XIAO Xufeng) 511820820e 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-14 17:01:36 +08:00
..
esp32 Merge branch 'refactor/timerg_in_test' into 'master' 2019-08-14 15:32:16 +08:00
include esp_flash: fix the coredump issue 2019-09-14 17:01:36 +08:00
src tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07: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 make: fix build failure on macos with GNU make <= 3.81 2019-05-16 14:09:43 +02:00
linker.lf ethernet: can build without enable esp32 emac 2019-07-22 21:07:02 +08:00