esp-idf/components/driver
Jiang Jiang Jian 076c6764d9 Merge branch 'bugfix/update_gpio_intr_enable_note_v4.4' into 'release/v4.4'
Update the note of the gpio_intr_enable function(v4.4)

See merge request espressif/esp-idf!18541
2022-06-20 01:24:50 +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 touch_sensor: forbid from using touch sensor with sleep on ESP32-S3 2022-03-25 14:50:26 +08:00
include Update the note of the gpio_intr_enable function 2022-06-19 14:33:13 +00:00
test i2s: fix only right case v4.4 2022-05-07 13:43:01 +00:00
CMakeLists.txt adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
Kconfig gdma: support IRAM interrupt 2021-11-17 12:57:52 +08:00
adc.c adc: fix adc digital not reset issue 2022-03-07 11:40:18 +08:00
adc1_private.h
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
component.mk
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: add spin lock for gdma channel 2022-04-21 10:11:20 +00: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/i2c_timeout_issue_v4.4' into 'release/v4.4' 2022-06-08 14:12:37 +08:00
i2s.c i2s: fixed write timeout while setting the clock (v4.4) 2022-05-24 10:14:44 +08:00
ledc.c ledc: Fix FADE_NO_WAIT mode concurrency problem. 2022-02-16 15:02:45 +08:00
linker.lf gdma: correct the iram placement logic 2022-04-19 13:01:13 +00: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_legacy: fix undetermined idle level 2022-05-08 07:20:30 +00: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
sdio_slave.c sdio_slave: fixed the issue DMA desc not capable 2022-02-13 22:35:04 +08:00
sdkconfig.rename
sdmmc_host.c
sdmmc_private.h
sdmmc_transaction.c
sdspi_crc.c
sdspi_crc.h
sdspi_host.c
sdspi_private.h
sdspi_transaction.c
sigmadelta.c dac: apply generic check macro 2021-08-26 14:01:24 +08:00
spi_bus_lock.c spi flash: fix cache accessed while disabled issues at -O0 2022-03-03 09:45:22 +08:00
spi_common.c driver(spi): fix flag check in bus initialization 2022-06-10 10:55:21 +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.c driver: spi_slave: make sure CS helpers are in IRAM if the ISR is 2022-04-20 12:49:49 +02:00
spi_slave_hd.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
twai.c twai: TWAI_ALERT_RX_DATA indicates that frames were received 2021-08-25 19:57:10 +08:00
uart.c Merge branch 'bugfix/uart_isr_followup' into 'release/v4.4' 2022-06-19 22:48:17 +08:00
usb_serial_jtag.c