esp-idf/components/driver
2022-01-04 13:59:24 +08:00
..
deprecated/driver adc: support adc dma driver on all chips 2021-12-16 00:19:15 +00:00
esp32 adc: support adc dma driver on all chips 2021-12-16 00:19:15 +00:00
esp32c3 adc: make adc2_wifi share resource private 2022-01-04 13:59:24 +08:00
esp32h2 adc: support adc dma driver on all chips 2021-12-16 00:19:15 +00:00
esp32s2 adc: make adc2_wifi share resource private 2022-01-04 13:59:24 +08:00
esp32s3 adc: support adc dma driver on all chips 2021-12-16 00:19:15 +00:00
esp8684/include/driver adc: support adc dma driver on all chips 2021-12-16 00:19:15 +00:00
include adc: make adc2_wifi share resource private 2022-01-04 13:59:24 +08:00
test esp8684: support GPIO peripheral, IO_MUX, GPIO matrix. 2021-12-29 22:01:45 +08: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-16 00:19:15 +00:00
adc_deprecated.c adc: support adc dma driver on all chips 2021-12-16 00:19:15 +00:00
adc.c adc: support adc dma driver on all chips 2021-12-16 00:19:15 +00:00
CMakeLists.txt fast_gpio: support esp32c2/esp8684 2021-12-28 10:18:18 +08:00
dac_common.c dac: apply generic check macro 2021-08-26 14:01:24 +08:00
dedic_gpio.c fast_gpio: fix wrong initial occupy mask 2021-12-17 15:49:44 +08:00
gdma.c gdma: fix potential use after free issue 2021-12-14 10:08:26 +08:00
gpio.c gpio: Bugfix - Move esp_intr_free() out of the critical section in gpio_uninstall_isr_service() 2021-12-06 14:15:54 +08:00
i2c.c i2c: fix buffer check when SPIRAM used as a heap 2021-12-31 14:36:16 +08:00
i2s.c apll: add lock for apll 2021-12-29 10:13:13 +08:00
Kconfig gdma: support IRAM interrupt 2021-11-08 16:14:51 +08:00
ledc.c LEDC: divisor calculation will now be rounded up when necessary 2021-11-11 12:21:22 +08:00
linker.lf TWAI: FIFO overrun handling and errata workarounds 2021-03-30 14:17:31 +08:00
mcpwm.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
pcnt.c fast_gpio: support esp32c2/esp8684 2021-12-28 10:18:18 +08:00
periph_ctrl.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
rmt.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +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 2021-12-22 01:34:38 +08:00
sdkconfig.rename Rename Kconfig options (components/driver) 2019-05-21 09:09:01 +02:00
sdmmc_host.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08: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-16 00:19:15 +00: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-16 00:19:15 +00:00
spi_slave.c adc: support adc dma driver on all chips 2021-12-16 00:19:15 +00:00
timer.c timer: stop alarm if alarm value doesn't change in ISR handler 2021-12-23 11:39:32 +08:00
touch_sensor_common.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
twai.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
uart.c UART: RX interrupts are now properly restored after a flush 2021-12-27 12:31:25 +08:00
usb_serial_jtag.c usb_serial_jtag: enable blocking implementation on esp32s3 2021-07-31 16:32:09 +08:00