esp-idf/components/driver
Darian Leung 2f58060921 TWAI: FIFO overrun handling and errata workarounds
This commit adds handling for FIFO overruns and
adds workarounds for HW errats on the ESP32.

Closes https://github.com/espressif/esp-idf/issues/2519
Closes https://github.com/espressif/esp-idf/issues/4276
2021-03-30 14:17:31 +08:00
..
esp32 adc: apply adc power API to adc driver 2021-03-26 17:58:00 +08:00
esp32c3 adc: apply adc power API to adc driver 2021-03-26 17:58:00 +08:00
esp32s2 adc: apply adc power API to adc driver 2021-03-26 17:58:00 +08:00
esp32s3/include/driver fix: reduce the consumption of touch sensor during deep sleep 2021-03-15 03:59:54 +00:00
include TWAI: FIFO overrun handling and errata workarounds 2021-03-30 14:17:31 +08:00
test spi_slave_hd: add a dual-board test when master sends too long on 2021-03-25 10:31:29 +08:00
CMakeLists.txt TWAI: FIFO overrun handling and errata workarounds 2021-03-30 14:17:31 +08:00
Kconfig TWAI: FIFO overrun handling and errata workarounds 2021-03-30 14:17:31 +08:00
adc1_private.h
adc_common.c adc: apply adc power API to adc driver 2021-03-26 17:58:00 +08:00
component.mk
dac_common.c
dedic_gpio.c
gdma.c
gpio.c light sleep: add software workaround for esp32c3 gpio reset issue 2021-03-25 15:03:09 +08:00
i2c.c Support ESP32S3 Beta 3 target 2021-03-18 10:24:22 +08:00
i2s.c
ledc.c
linker.lf TWAI: FIFO overrun handling and errata workarounds 2021-03-30 14:17:31 +08:00
mcpwm.c mcpwm: configure gpio using by lookup table 2021-03-16 21:54:00 +08:00
pcnt.c
periph_ctrl.c TWAI: FIFO overrun handling and errata workarounds 2021-03-30 14:17:31 +08:00
rmt.c rmt: support invert RMT signal by GPIO matrix 2021-02-25 12:42:23 +08:00
rtc_io.c esp_system: support gpio wakeup from deep sleep on esp32c3 2021-02-26 12:26:49 +08:00
rtc_module.c
sdio_slave.c core system: Fix warnings in compilation when assertions are disabled 2021-03-03 10:26:57 +11: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
spi_bus_lock.c
spi_common.c
spi_master.c core system: Fix warnings in compilation when assertions are disabled 2021-03-03 10:26:57 +11:00
spi_slave.c
spi_slave_hd.c core system: Fix warnings in compilation when assertions are disabled 2021-03-03 10:26:57 +11:00
timer.c timer: removed downcasting when setting divider 2021-03-23 11:05:16 +08:00
touch_sensor_common.c
twai.c TWAI: FIFO overrun handling and errata workarounds 2021-03-30 14:17:31 +08:00
uart.c