mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 11:00:58 +02: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