note/sysview: add Segger System View support

Reference:
https://www.segger.com/products/development-tools/systemview
https://github.com/SEGGERMicro/SystemView
https://github.com/SEGGERMicro/RTT

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an
2022-01-21 20:00:26 +08:00
committed by Xiang Xiao
parent 794df92fc9
commit e04ccba78a
12 changed files with 886 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ include contactless/Make.defs
include 1wire/Make.defs
include rf/Make.defs
include rc/Make.defs
include segger/Make.defs
ifeq ($(CONFIG_SPECIFIC_DRIVERS),y)
-include platform/Make.defs