esp-idf/components/esp_mm
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
..
include fix(esp_mm): for existing mmap region, consider new offset for virtual addr 2024-07-10 15:54:36 +05:30
port feat(esp32c61): final introduce helloworld support 2024-04-02 10:50:52 +08:00
test_apps change(system): heap_caps_alloc returns aligned memory if caps indicate a need for it 2024-05-27 12:41:18 +08:00
cache_esp32.c Use configuration option instead of in components not related to FreeRTOS 2023-11-28 07:49:20 +00:00
CMakeLists.txt 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.c feat(build): add COMPILER_STATIC_ANALYZER option 2024-06-18 14:25:37 +08:00
esp_mmu_map.c fix(esp_mm): for existing mmap region, consider new offset for virtual addr 2024-07-10 15:54:36 +05:30
ext_mem_layout.h refactor(esp_mm): reformat code with astyle_py 2023-10-08 10:36:04 +08:00
heap_align_hw.c change(system): heap_caps_alloc returns aligned memory if caps indicate a need for it 2024-05-27 12:41:18 +08:00
linker.lf feat(xip_psram): support xip psram feature on esp32p4 2024-05-22 15:56:07 +08:00