esp-idf/components/driver
songruojing b722e6f6ec gpio: Bugfix - Move esp_intr_free() out of the critical section in gpio_uninstall_isr_service()
Closes https://github.com/espressif/esp-idf/issues/5571

Fix the bug that if the API was called from one core to free the interrupt source on the other core, it would trigger interrupt watchdog.

(cherry picked from commit 0e8286c57b)
2022-02-16 14:50:51 +08:00
..
esp32 adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
esp32c3 adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
esp32h2 adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
esp32s2 adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
esp32s3 adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
include Merge branch 'contrib/github_pr_8139_backport_v4.4' into 'release/v4.4' 2022-01-26 13:40:22 +00:00
test Merge branch 'bugfix/cpu_reset_perip_clk_disable_v4.4' into 'release/v4.4' 2022-02-10 10:32:09 +00:00
adc1_private.h driver: update copyright notice 2021-05-25 17:43:57 +02:00
adc_common.c adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
adc_deprecated.c adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
adc.c adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
CMakeLists.txt adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
component.mk usb_serial_jtag: Add blocking driver to support vfs. 2021-07-05 11:22:38 +08:00
dac_common.c dac: apply generic check macro 2021-08-26 14:01:24 +08:00
dedic_gpio.c fast_gpio: driver support on esp32c3 2021-09-06 19:39:09 +08:00
gdma.c gdma: support IRAM interrupt 2021-11-17 12:57:52 +08:00
gpio.c gpio: Bugfix - Move esp_intr_free() out of the critical section in gpio_uninstall_isr_service() 2022-02-16 14:50:51 +08:00
i2c.c Merge branch 'bugfix/fix_i2c_crash_v4.4' into 'release/v4.4' 2022-02-16 06:30:44 +00:00
i2s.c i2s: fix mclk stopped when setting clock 2022-02-07 15:27:35 +08:00
Kconfig gdma: support IRAM interrupt 2021-11-17 12:57:52 +08:00
ledc.c build: fix unused tag string 2022-01-28 11:59:45 +08:00
linker.lf TWAI: FIFO overrun handling and errata workarounds 2021-03-30 14:17:31 +08:00
mcpwm.c MCPWM/sync: expose API for configuring timer sync 2021-09-09 17:33:37 +08:00
pcnt.c dac: apply generic check macro 2021-08-26 14:01:24 +08:00
periph_ctrl.c esp_wifi: fix common clock bug (backport v4.4) 2022-01-27 20:19:41 +08:00
rmt.c RMT: add loop_autostop driver support for esp32s3 2021-09-24 15:24:45 +08:00
rtc_io.c rtc_io, esp_himem: replace XXX_CHECK with ESP_RETURN_ON_FALSE 2021-08-30 11:18:34 +08:00
rtc_module.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdio_slave.c sdio_slave: fixed the issue DMA desc not capable 2022-02-13 22:35:04 +08:00
sdkconfig.rename Rename Kconfig options (components/driver) 2019-05-21 09:09:01 +02:00
sdmmc_host.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdmmc_private.h driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdmmc_transaction.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdspi_crc.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdspi_crc.h driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdspi_host.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdspi_private.h driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdspi_transaction.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
sigmadelta.c dac: apply generic check macro 2021-08-26 14:01:24 +08:00
spi_bus_lock.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
spi_common.c adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
spi_master.c lcd: update doc unit test and example to support 8-line spi 2021-08-19 16:40:22 +08:00
spi_slave_hd.c adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
spi_slave.c adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
timer.c timer: stop alarm if alarm value doesn't change in ISR handler 2021-12-23 18:58:43 +08:00
touch_sensor_common.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
twai.c twai: TWAI_ALERT_RX_DATA indicates that frames were received 2021-08-25 19:57:10 +08:00
uart.c UART: fix a bug preventing the user from freeing a previously registered ISR 2022-01-04 13:38:03 +08:00
usb_serial_jtag.c usb_serial_jtag: enable blocking implementation on esp32s3 2021-07-31 16:32:09 +08:00