Skip to content

Commit 6ccd228

Browse files
kvanherckdkalowsk
authored andcommitted
subsys/tracing: do not select (RTT_)CONSOLE in SEGGER_SYSTEMVIEW
Tracing using Segger's SystemView works fine without enabling RTT_CONSOLE (or CONSOLE, in general). SEGGER_SYSTEMVIEW was automatically selecting RTT_CONSOLE, which prevents applications from using another console backend (e.g. UART_CONSOLE). Signed-off-by: Koen Van Herck <koen.v.herck@gmail.com>
1 parent 15ce6e0 commit 6ccd228

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

subsys/tracing/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ config PERCEPIO_TRACERECORDER
4141

4242
config SEGGER_SYSTEMVIEW
4343
bool "Segger SystemView support"
44-
select CONSOLE
45-
select RTT_CONSOLE
4644
select USE_SEGGER_RTT
4745
select THREAD_MONITOR
4846
select SEGGER_RTT_CUSTOM_LOCKING

0 commit comments

Comments
 (0)