esp-idf/components/driver
Cao Sen Miao daceb3516d temperature sensor: Add support on ESP32-S3,
Closes https://github.com/espressif/esp-idf/issues/8086
2022-07-13 17:22:59 +08:00
..
esp32
esp32c3 temperature sensor: Add support on ESP32-S3, 2022-07-13 17:22:59 +08:00
esp32h2 temperature sensor: Add support on ESP32-S3, 2022-07-13 17:22:59 +08:00
esp32s2 temperature sensor: Add support on ESP32-S3, 2022-07-13 17:22:59 +08:00
esp32s3 temperature sensor: Add support on ESP32-S3, 2022-07-13 17:22:59 +08:00
include uart: Add a new API to get the free space size of tx buffer 2022-07-11 17:04:11 +08:00
test Revert "touch: add protection for touch sleep case" 2022-06-27 14:33:09 +08:00
CMakeLists.txt temperature sensor: Add support on ESP32-S3, 2022-07-13 17:22:59 +08:00
Kconfig
adc.c adc: fix adc digital not reset issue 2022-03-07 11:40:18 +08:00
adc1_private.h
adc_common.c
adc_deprecated.c
component.mk
dac_common.c
dedic_gpio.c
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 Merge branch 'bugfix/ledc_auto_clk_refactor_v4.4' into 'release/v4.4' 2022-07-01 10:52:00 +08:00
linker.lf gdma: correct the iram placement logic 2022-04-19 13:01:13 +00:00
mcpwm.c
pcnt.c
periph_ctrl.c
rmt.c rmt_legacy: fix undetermined idle level 2022-05-08 07:20:30 +00:00
rtc_io.c
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
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
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
timer.c
touch_sensor_common.c
twai.c
uart.c uart: Add a new API to get the free space size of tx buffer 2022-07-11 17:04:11 +08:00
usb_serial_jtag.c