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
77 B
Makefile
5 lines
77 B
Makefile
BOARD ?= frdm_k64f
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|