esp-idf/components/driver
Vikram Dattu 504c6a09e1 fix(docs): fixed doxygen warnings in few headers
- non-matching arguments in `i2c_types.h` and `esp_wifi_crypto_types.h`
 - Fixed unended `@cond` macro in `esp_err.h`
2023-12-19 13:12:28 +05:30
..
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 fix(docs): fixed doxygen warnings in few headers 2023-12-19 13:12:28 +05:30
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): enable dma owner check 2023-11-20 14:55:34 +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(mcpwm): fault trigger test forget connect timer and operator 2023-11-17 16:34:40 +08:00
touch_sensor change(xtensa): Deprecate ".../xtensa_api.h" include path 2023-12-05 18:04:52 +08:00
twai feat(twai): support multiple twai controllers 2023-10-12 09:59:27 +08:00
uart change(uart): improved the internal logic of uart_read_bytes 2023-12-06 11:39:31 +08:00
usb_serial_jtag fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad 2023-11-16 17:18:43 +08:00
CMakeLists.txt feat(rmt): support calling rmt_receive in ISR callback 2023-11-08 14:32:26 +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