esp-idf/components/driver
Michael (XIAO Xufeng) f5f3c7143c Merge branch 'feat/c3_driver_api_cleanup_gpio' into 'master'
gpio, rtcio: removed unsupported features on different targets

See merge request espressif/esp-idf!13103
2021-04-13 06:51:33 +00: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 dac: added DAC support macro 2021-04-12 12:04:46 +08:00
include Merge branch 'feat/c3_driver_api_cleanup_gpio' into 'master' 2021-04-13 06:51:33 +00:00
test Merge branch 'refactor/no_dac_on_esp32s3' into 'master' 2021-04-12 10:52:33 +00:00
adc1_private.h adc_i2s: solve the i2s_adc issue when using wifi 2020-12-07 10:45:04 +08:00
adc_common.c dac: added DAC support macro 2021-04-12 12:04:46 +08:00
CMakeLists.txt dac: added DAC support macro 2021-04-12 12:04:46 +08:00
component.mk gdma: dynamic alloc DMA channels 2021-01-13 10:52:27 +08:00
dac_common.c dfiver(dac): add dac dma driver and unit test 2020-08-26 06:23:24 +00:00
dedic_gpio.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
gdma.c gdma: fix wrong level of {group,pair} ref count 2021-02-24 11:38:57 +08:00
gpio.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
i2c.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
i2s.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
Kconfig TWAI: FIFO overrun handling and errata workarounds 2021-03-30 14:17:31 +08:00
ledc.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
linker.lf TWAI: FIFO overrun handling and errata workarounds 2021-03-30 14:17:31 +08:00
mcpwm.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
pcnt.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
periph_ctrl.c TWAI: FIFO overrun handling and errata workarounds 2021-03-30 14:17:31 +08:00
rmt.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +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 system: reset dma when soft reset 2021-01-25 04:51:40 +00:00
sdio_slave.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
sdkconfig.rename Rename Kconfig options (components/driver) 2019-05-21 09:09:01 +02:00
sdmmc_host.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
sdmmc_private.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sdmmc_transaction.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sdspi_crc.c esp_rom: extract common CRC apis into esp_rom_crc.h 2020-06-23 16:40:14 +08:00
sdspi_crc.h Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdspi_host.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
sdspi_private.h sdspi, vfs_fat: allow sharing SPI bus among devices, and mounting multiple SD cards 2020-02-12 15:16:08 +08:00
sdspi_transaction.c driver: remove unused drivers for esp32s2beta 2019-09-04 10:53:25 +10:00
sigmadelta.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
spi_bus_lock.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
spi_common.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
spi_master.c core system: Fix warnings in compilation when assertions are disabled 2021-03-03 10:26:57 +11:00
spi_slave_hd.c core system: Fix warnings in compilation when assertions are disabled 2021-03-03 10:26:57 +11:00
spi_slave.c spi: remove HSPI macro on esp32c3 and esp32s3 2021-04-06 13:42:49 +08:00
timer.c timer: removed downcasting when setting divider 2021-03-23 11:05:16 +08:00
touch_sensor_common.c driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
twai.c TWAI: FIFO overrun handling and errata workarounds 2021-03-30 14:17:31 +08:00
uart.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00