This sample application uses the kernel system logger already present in Zephyr and publishes events through the SEGGER RTT protocol, so it's available by the SEGGER SystemView application. [1] https://www.segger.com/systemview.html?p=1731 Jira: ZEP-1463 Change-Id: If1eba4644b95175660b3040bdc4b2717b2cfc9ad Signed-off-by: Leandro Pereira <leandro.pereira@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
5 lines
126 B
Makefile
5 lines
126 B
Makefile
obj-y += main.o
|
|
|
|
ccflags-y += -I${ZEPHYR_BASE}/ext/debug/segger/rtt
|
|
ccflags-y += -I${ZEPHYR_BASE}/ext/debug/segger/systemview
|