esp-idf/components/esp_mm/include
Mahavir Jain f5349ca342
fix(esp_mm): for existing mmap region, consider new offset for virtual addr
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
2024-07-10 15:54:36 +05:30
..
esp_private change(system): heap_caps_alloc returns aligned memory if caps indicate a need for it 2024-05-27 12:41:18 +08:00
esp_cache.h feat(cache): support esp_cache_msync for instructions 2023-09-22 14:19:41 +08:00
esp_mmu_map.h fix(esp_mm): for existing mmap region, consider new offset for virtual addr 2024-07-10 15:54:36 +05:30