esp-idf/components/driver/gpio
Song Ruo Jing 61282cc5dd gpio: Fix interrupt lost issue
In previous gpio default isr, interrupt status bits get cleared at the exit of the isr.
However, for edge-triggered interrupt type, the interrupt status bit should be cleared before entering the per-pin handlers to avoid any potential interrupt lost.

Closes https://github.com/espressif/esp-idf/pull/6853
2022-09-01 16:01:01 +08:00
..
dedic_gpio.c driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
gpio.c gpio: Fix interrupt lost issue 2022-09-01 16:01:01 +08:00
rtc_io.c