OVMS3-idf/components/spi_flash/include
Alex Lisitsyn 7ff9538c48 espcoredump: fix issue with spi_flash access
spi_flash has been updated and its functions work from flash by default instead of IRAM that cause issue
add Kconfig value into espcoredump to enable spi_flash legacy mode (CONFIG_SPI_FLASH_USE_LEGACY_IMPL) when core dump is selected
fix spi_flash issues to work correctly with legacy mode when CONFIG_SPI_FLASH_USE_LEGACY_IMPL is used
2019-09-06 15:37:55 +08:00
..
esp_flash.h esp_flash: fix the set/get write protection functions 2019-08-08 23:18:00 +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: improve the comments a bit 2019-08-08 23:18:01 +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