OVMS3-idf/components/spi_flash/include
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
..
esp_flash.h esp_flash: fix the coredump issue 2019-09-14 17:01:36 +08:00
esp_flash_internal.h esp_flash: fix the coredump issue 2019-09-14 17:01:36 +08:00
esp_flash_spi_init.h esp_flash: add initialization interface for SPI devices 2019-06-27 13:27:27 +08:00
esp_partition.h esp_partition_erase_range(): rename parameter "start_addr" to "offset" 2019-07-08 17:29:05 +10:00
esp_spi_flash.h espcoredump: fix issue with spi_flash access 2019-09-06 15:37:55 +08:00
memspi_host_driver.h esp_flash: fix the coredump issue 2019-09-14 17:01:36 +08:00
spi_flash_chip_driver.h esp_flash: fix the set/get write protection functions 2019-08-08 23:18:00 +08:00
spi_flash_chip_generic.h esp_flash: improve the comments a bit 2019-08-08 23:18:01 +08:00
spi_flash_chip_issi.h spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00