OVMS3-idf/components/espcoredump/src
Michael (XIAO Xufeng) 9d30b04f68 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-14 17:02:08 +08:00
..
core_dump_common.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
core_dump_flash.c coredump: use esp_flash api in coredump 2019-09-14 17:02:08 +08:00
core_dump_port.c espcoredump: fix issue with spi_flash access 2019-09-06 15:37:55 +08:00
core_dump_uart.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00