]> granicus.if.org Git - esp-idf/commit
sysview: fix compilation in 1 core mode, refactor timer choices
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 17 Jan 2018 04:23:28 +0000 (12:23 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 17 Jan 2018 04:23:28 +0000 (12:23 +0800)
commitc3d82157283e66f9ae5f846b2f93bee506c7c02a
tree354a78b41c66fd28a21fdf79c5d5977d96ada837
parent1c3dd23fe0c547c5cdcd6a01c111145c572dab91
sysview: fix compilation in 1 core mode, refactor timer choices

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.
components/app_trace/Kconfig
components/app_trace/sys_view/Sample/Config/SEGGER_SYSVIEW_Config_FreeRTOS.c