esp-idf/components/driver
Armando f8500f77b1 fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
By design, it's 12 dB. There're errors among chips, so the actual
attenuation will be 11dB more or less
2023-11-07 14:12:50 +08:00
..
deprecated fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:12:50 +08:00
esp32 touch_sensor: fix touch_sensor_v1 filter issue 2023-02-08 14:32:36 +08: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 fix(gpio): fix potential crash when processing gpio isr 2023-07-19 20:01:18 +08:00
i2s i2s: fixed i2s_ll compiling failure under C++ evironment 2023-06-27 10:39:43 +08:00
include feat(mcpwm): support update timer period dynamically 2023-10-24 10:08:29 +08:00
mcpwm feat(mcpwm): support update timer period dynamically 2023-10-24 10:08:29 +08:00
rmt Merge branch 'bugfix/shared_intr_memory_location_v5.0' into 'release/v5.0' 2023-09-28 16:44:14 +08:00
test fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:12:50 +08:00
test_apps fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:12:50 +08:00
.build-test-rules.yml touch: move unit tests to test_app 2023-02-08 12:26:27 +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 feat(gptimer): support set interrupt priority 2023-08-04 12:55:16 +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 twai: Add errata workaround for listen only mode 2023-02-24 19:26:22 +08:00
ledc.c fix(ledc): fix frequency calculation 2023-07-11 15:28:19 +08:00
linker.lf feat(mcpwm): support update timer period dynamically 2023-10-24 10:08:29 +08:00
pulse_cnt.c feat(pcnt): support set interrupt priority(v5.0) 2023-08-29 07:48:30 +00: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 sdm: fixed potential memory leak 2023-03-10 03:48:27 +00:00
sdmmc_host.c sdmmc: keep clock enabled for the duration of ACMD41 2023-08-24 02:16:37 +00:00
sdmmc_private.h driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdmmc_transaction.c sdmmc: I/O phase adjustments 2023-04-19 15:38:57 +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 fix(spi_master): polling_transmit forgot release bus lock when alloc DMA buffer failed 2023-09-01 17:30:26 +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: fix io re-config issue 2023-03-03 17:56:23 +08:00
temperature_sensor.c fix(temperature_snesor): Put clock gate enable/disable in to sar_periph_ctrl together 2023-10-12 14:21:24 +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 twai: twai_driver_install() returns error on interrupt allocation failure 2023-08-18 11:20:13 +08:00
uart.c uart: Allow the users to not specify the source_clk in uart_config_t when calling uart_param_config 2023-05-09 12:09:18 +00:00
usb_serial_jtag.c fix(usb_serial_jtag): Clean-up usb_serial_jtag lose byte fix, Closes https://github.com/espressif/esp-idf/pull/11344 2023-10-12 15:13:41 +08:00