esp-idf/components/driver
Armando f01a40afe2 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:11:10 +08:00
..
analog_comparator feat(ana_cmpr): supported etm in analog comparator example 2023-09-25 19:57:34 +08:00
dac refactor(apll): move the apll soc caps to clk_tree_ll 2023-09-28 15:03:27 +08:00
deprecated fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:11:10 +08:00
gpio feat(gpio): add a dump API to dump IO configurations 2023-10-12 17:34:20 +08:00
gptimer feat(rmt): add driver support for esp32p4 2023-09-19 12:54:14 +08:00
i2c feat(i2c_slave): Add new implementation and API for I2C slave 2023-10-24 18:44:49 +08:00
i2s fix(i2s): fix pdm rx high pass filter cut off coeff 2023-11-02 10:10:14 +08:00
include/esp_private bugfix(driver): fix wrong DMA bus usage 2023-10-20 09:08:54 +00:00
ledc feat(ledc): support ledc on esp32p4 2023-10-17 16:40:04 +08:00
mcpwm feat(mcpwm): support update timer period dynamically 2023-10-20 16:57:25 +08:00
parlio bugfix(driver): fix wrong DMA bus usage 2023-10-20 09:08:54 +00:00
pcnt feat(pcnt): replace periph_module func with new ll func 2023-09-20 15:06:04 +08:00
rmt fix(rmt): a disabled channel may pick up a pending transaction 2023-11-02 11:30:42 +08:00
sdio_slave refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t 2023-07-31 17:10:34 +02:00
sdmmc change(sdmmc): replace periph_module_x with rcc 2023-10-18 11:57:55 +00:00
sigma_delta driver: minor code clean up to pass coverity scan test 2023-06-10 16:21:12 +08:00
spi bugfix(driver): fix wrong DMA bus usage 2023-10-20 09:08:54 +00:00
temperature_sensor fix(temperature_snesor): Put clock gate enable/disable in to sar_periph_ctrl together 2023-09-21 12:19:12 +08:00
test_apps fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:11:10 +08:00
touch_sensor driver: minor code clean up to pass coverity scan test 2023-06-10 16:21:12 +08:00
twai feat(twai): support multiple twai controllers 2023-10-12 09:59:27 +08:00
uart feat(uart): spilt LP and HP uart set_baudrate function 2023-10-08 10:10:02 +08:00
usb_serial_jtag fix(usb_serial_jtag): Clean-up usb_serial_jtag lose byte fix, Closes https://github.com/espressif/esp-idf/pull/11344 2023-09-24 17:45:22 +08:00
CMakeLists.txt feat(i2c_slave): Add new implementation and API for I2C slave 2023-10-24 18:44:49 +08:00
Kconfig feat(twai): support multiple twai controllers 2023-10-12 09:59:27 +08:00
linker.lf refactor(ledc): move related kconfig and linker.lf to its own folder 2023-10-02 07:32:16 +00:00
sdkconfig.rename mcpwm: rename MCPWM_ISR_IN_IRAM to MCPWM_ISR_IRAM_SAFE 2022-06-02 15:01:18 +08:00