esp-idf/components/driver
morris e2275b1f63 gptimer: clean up hal and ll for driver-ng 2021-10-20 18:40:08 +08:00
..
esp32 touch_sensor: apply general check 2021-10-08 11:32:12 +08:00
esp32c3 missing semicolon 2021-08-26 16:55:53 +08:00
esp32h2 temp_sensor: add docs for esp32c3 2021-07-21 13:34:52 +08:00
esp32s2 touch_sensor: apply general check 2021-10-08 11:32:12 +08:00
esp32s3 touch_sensor: apply general check 2021-10-08 11:32:12 +08:00
include gptimer: clean up hal and ll for driver-ng 2021-10-20 18:40:08 +08:00
test Merge branch 'feature/add_i2s_es8311_example_and_loop_unit_test' into 'master' 2021-10-14 09:28:35 +00:00
CMakeLists.txt update touch with review advice 2021-10-08 10:39:46 +08:00
Kconfig mcpwm: ISR can be placed to IRAM by menuconfig 2021-08-26 15:58:46 +08:00
adc1_private.h driver: update copyright notice 2021-05-25 17:43:57 +02:00
adc_common.c adc: support adc self-calibration on esp32s3 2021-09-16 15:17:29 +08:00
component.mk usb_serial_jtag: Add blocking driver to support vfs. 2021-07-05 11:22:38 +08:00
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: set transfer ability 2021-07-16 14:47:09 +08:00
gpio.c dac: apply generic check macro 2021-08-26 14:01:24 +08:00
i2c.c I2C: add conf_update for esp32c3 i2c 2021-08-11 13:39:07 +08:00
i2s.c i2s: fix the param check on PDM mode 2021-10-01 16:05:04 +01:00
ledc.c dac: apply generic check macro 2021-08-26 14:01:24 +08:00
linker.lf TWAI: FIFO overrun handling and errata workarounds 2021-03-30 14:17:31 +08: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 esp32h2: code clean up 2021-07-01 19:53:50 +08:00
rmt.c RMT: add loop_autostop driver support for esp32s3 2021-09-24 15:24:45 +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 that interrupt may be cleared with finished trans unhandled 2021-07-24 22:29:15 +08:00
sdkconfig.rename Rename Kconfig options (components/driver) 2019-05-21 09:09:01 +02:00
sdmmc_host.c driver: update copyright notice 2021-05-25 17:43:57 +02: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 lcd: update doc unit test and example to support 8-line spi 2021-08-19 16:40:22 +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: update copyright notice 2021-05-25 17:43:57 +02:00
spi_slave_hd.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
timer.c gptimer: clean up hal and ll for driver-ng 2021-10-20 18:40:08 +08:00
touch_sensor_common.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
twai.c twai: TWAI_ALERT_RX_DATA indicates that frames were received 2021-08-25 19:57:10 +08:00
uart.c Bugfix enable console RX UART for gdbstub for runtime mode only. 2021-08-24 12:19:21 +03:00
usb_serial_jtag.c usb_serial_jtag: enable blocking implementation on esp32s3 2021-07-31 16:32:09 +08:00