esp-idf/components/esp_timer
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
..
include esp_timer: Adds AFFINITY options for task and ISR 2023-03-02 20:08:02 +08:00
private_include refactor(esp_timer): Remove duplicate code and move it to a common file 2023-07-13 15:51:55 +08:00
src refactor(startup): implement registration of core init functions 2023-11-27 10:20:51 +01:00
test_apps fix(ci): change build-test-rules files folder 2023-09-20 19:17:06 +08:00
CMakeLists.txt refactor(pcnt): make pcnt driver as component 2023-10-23 01:45:43 +00:00
Kconfig esp_timer: Adds AFFINITY options for task and ISR 2023-03-02 20:08:02 +08:00
sdkconfig.rename esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00