esp-idf/components/driver/gpio
Song Ruo Jing 125014d242 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-26 12:42:11 +00:00
..
include/driver gpio: Fix io hold functionality on esp32c6 and esp32h2 2023-03-02 18:10:10 +08:00
dedic_gpio.c Dedicated GPIO: add examples implementing software I2C, UART and SPI on RISC-V targets. 2022-11-22 14:17:40 +08:00
glitch_filter_priv.h glitch_filter: support derive clock source form IO MUX 2022-12-29 14:46:16 +08:00
gpio_etm.c gpio: support runtime preserve 2023-03-17 11:59:49 +08:00
gpio_flex_glitch_filter.c esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h 2023-04-27 11:11:18 +00:00
gpio_glitch_filter_ops.c gpio: support glitch filter 2022-12-09 11:33:42 +08:00
gpio_pin_glitch_filter.c esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h 2023-04-27 11:11:18 +00:00
gpio.c fix(gpio): fix potential crash when processing gpio isr 2023-07-26 12:42:11 +00:00
rtc_io.c rtcio: support rtcio on c6 2022-12-22 14:14:38 +08:00