esp-idf/components/esp32
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
ld bootloader: API for the fast wakeup and custom using RTC mem 2019-08-21 11:44:37 +00:00
test ipc: prevent code getting pulled in for unicore configuration 2019-08-28 12:47:08 +05:30
CMakeLists.txt
Kconfig espcoredump: fix issue with spi_flash access 2019-09-06 15:37:55 +08:00
Makefile.projbuild ldgen: fix build issue on make when build dir is a symlink 2019-08-27 13:53:31 +08:00
brownout.c
cache_err_int.c
cache_sram_mmu.c
clk.c
component.mk
cpu_start.c espcoredump: fix issue with spi_flash access 2019-09-06 15:37:55 +08:00
crosscore_int.c
dport_access.c
dport_panic_highint_hdl.S
esp_adapter.c wpa_supplicant: Make internally used crypto headers private 2019-08-17 11:48:37 +00:00
esp_clk_internal.h
esp_himem.c
esp_timer_esp32.c
hw_random.c
int_wdt.c
intr_alloc.c ipc: prevent code getting pulled in for unicore configuration 2019-08-28 12:47:08 +05:30
linker.lf
panic.c espcoredump: fix issue with spi_flash access 2019-09-06 15:37:55 +08:00
pm_esp32.c
pm_trace.c
project_include.cmake
reset_reason.c
sdkconfig.rename
sleep_modes.c
spiram.c
spiram_psram.c
spiram_psram.h
system_api.c
task_wdt.c