OVMS3-idf/components/espcoredump/src
Michael (XIAO Xufeng) 399477cd10 coredump: use esp_flash api in coredump
Also put esp_flash functions into noflash region, when
ESP32_PANIC_HANDLER_IRAM and coredump are enabled. The option disables
the re-enabling of the CPU-cache when it's disabled during coredump.
This requires all the coredump functions including the flash API to be
in the D/IRAM.
2019-09-18 15:14:53 +08:00
..
core_dump_common.c misc adjustment of esp32 component 2019-04-03 19:57:46 +08:00
core_dump_flash.c coredump: use esp_flash api in coredump 2019-09-18 15:14:53 +08:00
core_dump_port.c esp32: Refactor backtrace and add esp_backtrace_print() 2019-06-19 18:30:18 +08:00
core_dump_uart.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00