Commit 18a0822c authored by Anas Nashif's avatar Anas Nashif
Browse files

systemview: add support natively using tracing hooks



Add needed hooks as a subsystem that can be enabled in any application.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 4ef1777c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -12,6 +12,9 @@ if HAS_SEGGER_RTT
config SEGGER_SYSTEMVIEW
	bool "Segger SystemView support"
	select RTT_CONSOLE
	select THREAD_MONITOR
	select THREAD_STACK_INFO
	select TRACING

config SEGGER_RTT_MAX_NUM_UP_BUFFERS
	int "Maximum number of up-buffers"