mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Changes related to DFS have broken compilation of sysview code in 1 core mode. This change fixes this, and moves choice of the timer used for timestamp into Kconfig. CCOUNT timer is only available as an option if 1 core mode is used. esp_timer is added as a new option, and is the only available option if DFS is enabled.