sys_view: Adds heap & log tracing example

This commit is contained in:
Alexey Gerenkov
2018-12-12 20:44:32 +03:00
parent d2db2ef03c
commit 296c9549a4
10 changed files with 415 additions and 0 deletions
@@ -1,5 +1,7 @@
# Enable single core mode by default
CONFIG_MEMMAP_SMP=n
CONFIG_FREERTOS_UNICORE=y
# 1ms tick period
CONFIG_FREERTOS_HZ=1000
# Enable application tracing by default
CONFIG_ESP32_APPTRACE_DEST_TRAX=y