mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
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
See the spi_flash.rst in the programming guide folder for more details.