esp-idf/components/spi_flash/test_apps
Mahavir Jain aacfe19a4e 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:06 +08:00
..
components/test_flash_utils feat(spi_flash): add common test_flash_utils component 2023-06-28 11:08:05 +08:00
esp_flash feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
esp_flash_stress fix(spi_master): Fix p4 spi clock source support other than XTAL 2024-01-17 17:01:23 +08:00
flash_encryption fix(spi_flash): Fix MXIC chip flash size detected wrong, 2024-03-11 15:19:30 +08:00
flash_mmap fix(esp_mm): for existing mmap region, consider new offset for virtual addr 2024-07-15 12:42:06 +08:00
flash_suspend feat(spi_flash): Support configurable tSUS in flash suspend 2023-11-06 18:04:43 +08:00
mspi_test feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
.build-test-rules.yml ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00