mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00:00

esp_timer will be added as a dependency to freertos only if CONFIG_FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER is enabled. Other components are updated to add esp_timer as public or private dependency, as needed. This removes esp_timer from the default list of public dependencies.