esp-idf/components/driver
2023-02-20 15:12:30 +08:00
..
deprecated rmt: fix rmt buffer allocation issue 2023-02-20 15:12:30 +08:00
esp32 touch_sensor: add esp_timer error check 2022-09-14 02:40:32 +00:00
esp32s2 docs:fix a typo in touch_sensor.h of esp32s2 and esp32s3 2022-11-11 17:40:09 +08:00
esp32s3 docs:fix a typo in touch_sensor.h of esp32s2 and esp32s3 2022-11-11 17:40:09 +08:00
gpio gpio: Fix interrupt lost issue 2022-09-08 11:52:25 +08:00
i2s gdma: prevent mutli-channels connect to the same peripheral 2023-02-01 11:06:48 +08:00
include Merge branch 'feature/mcpwm_non_varg_version_api_v5.0' into 'release/v5.0' 2023-02-18 15:04:17 +08:00
mcpwm Merge branch 'feature/mcpwm_non_varg_version_api_v5.0' into 'release/v5.0' 2023-02-18 15:04:17 +08:00
rmt rmt: no auto light sleep if xtal is working as the clock source 2023-01-16 10:20:40 +08:00
test Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:49:08 +01:00
test_apps esp_adc: update license 2023-02-20 10:34:34 +08:00
.build-test-rules.yml mcpwm: new driver implementation 2022-07-27 15:22:24 +08:00
CMakeLists.txt driver: remove -Wno-format flag 2022-08-18 10:57:12 +08:00
dac_common.c build: fix unused tag string 2022-01-18 10:06:08 +08:00
gptimer.c gptimer: acquire pm lock for xtal clock source 2023-02-09 14:10:15 +08:00
i2c.c Merge branch 'bugfix/i2c_func_iram_v5.0' into 'release/v5.0' 2022-12-05 10:31:33 +08:00
Kconfig mcpwm: make set_compare_value iram safe 2022-10-12 08:41:58 +00:00
ledc.c ledc: Fix -Werror=maybe-uninitialized warning on glb_clk variable on specific kconfig options selected 2023-01-07 17:29:45 +08:00
linker.lf mcpwm: make set_compare_value iram safe 2022-10-12 08:41:58 +00:00
pulse_cnt.c pcnt: support accumulate count value 2022-11-21 15:17:55 +08:00
sdio_slave.c sdio_slave: allow disabling highspeed mode 2022-10-01 01:53:28 +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 driver: remove -Wno-format flag 2022-08-18 10:57:12 +08:00
sdmmc_host.c driver: remove -Wno-format flag 2022-08-18 10:57:12 +08: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-18 10:57:12 +08: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 sdspi: Allow CS line to be set to GPIO_NUM_NC (-1) 2022-11-03 10:12:29 +08: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-18 10:57:12 +08:00
spi_bus_lock.c SPI_BUS_LOCK: fix a concurrency issue 2022-09-14 12:08:24 +08:00
spi_common.c spi: limit esp32 dma workaround only on esp32 2022-12-05 12:10:45 +08:00
spi_master.c spi: limit esp32 dma workaround only on esp32 2022-12-05 12:10:45 +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 Merge branch 'feature/_spi_slave_reset_trans_queue_api_v5.0' into 'release/v5.0' 2022-12-13 16:29:41 +08:00
temperature_sensor.c driver: remove -Wno-format flag 2022-08-18 10:57:12 +08: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 esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
uart.c uart: Fix unwanted processing of TX_DONE interrupt immediately after calling uart_wait_tx_done() 2022-09-23 15:44:37 +08:00
usb_serial_jtag.c gpio: fix USB D+ pin cannot disable pullup 2022-08-22 22:03:25 +08:00