mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00

If CONFIG_SPIRAM_USE_MALLOC is enabled, and cache is disabled when GPIO ISR is triggered, it would lead to Guru Meditation Error due to "Cache disabled but cached memory region accessed". Closes https://github.com/espressif/esp-idf/issues/11876