mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
0ba529d267
While returning virtual address for existing memory mapped region, newly supplied offset from the physical address was not getting considered. This was a regression present from ESP-IDF 5.1 release. Added test case in spi_flash component that fails without this fix. Closes https://github.com/espressif/esp-idf/issues/13929 |
||
---|---|---|
.. | ||
include | ||
port | ||
test_apps | ||
cache_esp32.c | ||
CMakeLists.txt | ||
esp_cache.c | ||
esp_mmu_map.c | ||
ext_mem_layout.h | ||
linker.lf |