OVMS3-idf/components/espcoredump
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
..
include tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
include_core_dump tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
src espcoredump: fix issue with spi_flash access 2019-09-06 15:37:55 +08:00
test tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
CMakeLists.txt cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
component.mk coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
espcoredump.py coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
Kconfig espcoredump: fix issue with spi_flash access 2019-09-06 15:37:55 +08:00
linker.lf espcoredump: fix issue with spi_flash access 2019-09-06 15:37:55 +08:00