Commit 4ab9ef38 authored by Pavel Kral's avatar Pavel Kral Committed by Carles Cufí
Browse files

logger: Add a Segger RTT backend



Add logger backend that uses Segger RTT for message output. Several
options are provided allowing configuration of up-buffer and logger
behaviour.

Signed-off-by: default avatarPavel Kral <pavel.kral@omsquare.com>
parent 065cf429
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line

zephyr_include_directories(.)
zephyr_sources_ifdef(CONFIG_RTT_CONSOLE rtt/SEGGER_RTT.c)
zephyr_include_directories_ifdef(CONFIG_HAS_SEGGER_RTT .)
zephyr_sources_ifdef(CONFIG_HAS_SEGGER_RTT rtt/SEGGER_RTT.c)
zephyr_sources_ifdef(CONFIG_SEGGER_SYSTEMVIEW systemview/SEGGER_SYSVIEW.c)