systemview: SystemView tracing requires THREAD_MONITOR

Otherwise it will not be able to send its thread list.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
Rubin Gerritsen 2020-10-17 11:52:56 +02:00 committed by Anas Nashif
commit 5d121a95e9

View file

@ -37,6 +37,7 @@ config SEGGER_SYSTEMVIEW
select CONSOLE
select RTT_CONSOLE
select USE_SEGGER_RTT
select THREAD_MONITOR
config TRACING_CTF
bool "Tracing via Common Trace Format support"