esp-idf/components/spi_flash/test_apps
Mahavir Jain deab1da6f2 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-15 12:42:45 +08:00
..
components/test_flash_utils spi_flash: rename spi_flash_os_func_app: spi_start, spi_end 2023-07-07 10:13:28 +08:00
esp_flash spiflash: added esp_flash API concurrency pressure test 2023-07-07 10:13:28 +08:00
esp_flash_stress cache: refactor cache_utils into cache_hal instade 2023-07-31 14:52:03 +08:00
flash_encryption fix(spi_flash): Fix that internal RAM has no enough space to put all stuff inside 2024-03-14 19:40:14 +08:00
flash_mmap fix(esp_mm): for existing mmap region, consider new offset for virtual addr 2024-07-15 12:42:45 +08:00
mspi_test cache: refactor cache_utils into cache_hal instade 2023-07-31 14:52:03 +08:00