esp-idf/components/app_trace
Ivan Grokhotkov c3d8215728 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.
2018-01-17 12:23:28 +08:00
..
gcov
include
sys_view sysview: fix compilation in 1 core mode, refactor timer choices 2018-01-17 12:23:28 +08:00
test unit_tests/Update unit test timer divider 2017-10-30 19:42:16 +08:00
Kconfig sysview: fix compilation in 1 core mode, refactor timer choices 2018-01-17 12:23:28 +08:00
app_trace.c freertos: deprecate XT_CLOCK_FREQ 2017-10-18 14:19:19 +08:00
app_trace_util.c freertos: deprecate XT_CLOCK_FREQ 2017-10-18 14:19:19 +08:00
component.mk
host_file_io.c