esp-idf/components/driver
Ivan Grokhotkov 75c92c3a66
refactor(startup): implement registration of core init functions
Similar to how the secondary init functions were already registered
via ESP_SYSTEM_INIT_FN, do the same for the core init functions.
This MR doesn't actually move the init functions into respective
components yet. This has to be carefully done in follow-up MRs.
2023-11-27 10:20:51 +01:00
..
deprecated fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-06 18:55:49 +08:00
i2c change(i2c): Add check for scl frequency for master_bus_add_device 2023-11-17 15:07:42 +08:00
ledc feat(ledc): support ledc on esp32p4 2023-10-17 16:40:04 +08:00
parlio bugfix(driver): fix wrong DMA bus usage 2023-10-20 09:08:54 +00:00
sigma_delta driver: minor code clean up to pass coverity scan test 2023-06-10 16:21:12 +08:00
temperature_sensor feature(temperature_sensor): Add temperature sensor threshold interrupt reason 2023-11-14 18:23:33 +08:00
test_apps feat(rmt): move the driver to a new component 2023-11-25 00:29:53 +00: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 legacy twai(can) driver for esp32p4 2023-10-26 16:20:45 +08:00
uart change(uart): improved the internal logic of uart_read_bytes 2023-11-24 19:02:11 +08:00
usb_serial_jtag refactor(startup): implement registration of core init functions 2023-11-27 10:20:51 +01:00
CMakeLists.txt feat(rmt): move the driver to a new component 2023-11-25 00:29:53 +00:00
Kconfig feat(rmt): move the driver to a new component 2023-11-25 00:29:53 +00:00
linker.lf refactor(dac): make dac driver as component 2023-11-23 12:04:06 +08:00
sdkconfig.rename mcpwm: rename MCPWM_ISR_IN_IRAM to MCPWM_ISR_IRAM_SAFE 2022-06-02 15:01:18 +08:00