esp-idf/components/driver/gpio
Song Ruo Jing 1da5dbf899 fix(gpio): fix potential crash when processing gpio isr
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
2023-07-19 20:01:18 +08:00
..
dedic_gpio.c driver: remove -Wno-format flag 2022-08-18 10:57:12 +08:00
gpio.c fix(gpio): fix potential crash when processing gpio isr 2023-07-19 20:01:18 +08:00
rtc_io.c hw_support: move rtc_ctrl from driver to hw_support 2022-04-29 14:28:09 +08:00