esp-idf/components/driver
2023-01-18 02:34:46 +00:00
..
dac adc: support ADC on esp32c6 (hal) 2022-12-23 11:24:06 +08:00
deprecated i2s: fix incorrect sclk in legacy driver 2023-01-17 11:34:25 +08:00
esp32 dac: update unit-test docs and examples for driver-NG 2022-10-25 17:00:41 +08:00
esp32s2 docs:fix a typo in touch_sensor.h of esp32s2 and esp32s3 2022-11-07 14:32:26 +08:00
esp32s3 docs:fix a typo in touch_sensor.h of esp32s2 and esp32s3 2022-11-07 14:32:26 +08:00
gpio glitch_filter: support derive clock source form IO MUX 2022-12-29 14:46:16 +08:00
gptimer gptimer: support RC_FAST clock source 2022-12-26 13:18:25 +08:00
i2s i2s_pdm: fix tx frequency limitation 2022-12-29 16:31:03 +08:00
include Merge branch 'feature/mcpwm_cap_not_reset_io_at_exit' into 'master' 2023-01-12 13:20:47 +08:00
mcpwm Merge branch 'feature/mcpwm_cap_not_reset_io_at_exit' into 'master' 2023-01-12 13:20:47 +08:00
rmt rmt: no auto light sleep if xtal is working as the clock source 2022-12-29 11:33:43 +08:00
test esp32h2: add build test 2023-01-17 10:29:04 +08:00
test_apps essl: update essl component in driver test 2023-01-18 02:34:46 +00:00
.build-test-rules.yml esp32h2: add build test 2023-01-17 10:29:04 +08:00
CMakeLists.txt gptimer: support esp32h2 2023-01-12 14:10:11 +00:00
i2c.c I2C: Fix issue that pointer would be NULL if calls i2c_param first, 2023-01-09 10:18:03 +08:00
Kconfig spi_slave: fix spi_slave_isr iram_safe and add test case for it 2023-01-04 15:35:04 +08:00
ledc.c ledc: Fix -Werror=maybe-uninitialized warning on glb_clk variable on specific kconfig options selected 2023-01-05 15:16:04 +08:00
linker.lf sdm: correct concept duty to density 2023-01-06 17:01:48 +08:00
pulse_cnt.c pcnt: support accumulate count value 2022-11-21 10:15:19 +08:00
sdio_slave.c sdio_slave: allow disabling highspeed mode 2022-09-27 18:38:35 +08:00
sdkconfig.rename mcpwm: rename MCPWM_ISR_IN_IRAM to MCPWM_ISR_IRAM_SAFE 2022-06-02 15:01:18 +08:00
sdm.c sdm: support sdm on esp32h2 2023-01-13 16:55:51 +08:00
sdmmc_host.c sdmmc/sdspi: allow custom setup of SD card frequency 2022-09-12 17:08:36 +02:00
sdmmc_private.h driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdmmc_transaction.c driver: remove -Wno-format flag 2022-08-08 08:30:09 +00: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 sdmmc/sdspi: allow custom setup of SD card frequency 2022-09-12 17:08:36 +02:00
sdspi_private.h driver: sdspi: add support for R1b response 2022-05-30 15:39:01 +02:00
sdspi_transaction.c driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
spi_bus_lock.c SPI fix DMA rxbuf size calculation 2022-11-30 11:46:18 +08:00
spi_common.c spi: limit esp32 dma workaround only on esp32 2022-11-14 16:01:48 +08:00
spi_master.c SPI fix DMA rxbuf size calculation 2022-11-30 11:46:18 +08:00
spi_slave_hd.c esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
spi_slave.c spi_slave: add spi 'spi_slave_queue_reset_isr' and add test 2023-01-04 15:35:04 +08:00
temperature_sensor.c driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
touch_sensor_common.c hw_support: move rtc_ctrl from driver to hw_support 2022-04-29 14:28:09 +08:00
twai.c twai: fix coverity warnings 2022-12-09 11:33:42 +08:00
uart.c feat (driver) added new critical section API to UART driver 2022-11-25 18:11:35 +01:00
usb_serial_jtag.c gpio: fix USB D+ pin cannot disable pullup 2022-08-19 15:05:28 +08:00