drivers/segger: upgrade segger to v356

From V3.5.6 on, data plot is supported.

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
This commit is contained in:
Neo Xu 2024-10-06 17:07:10 +08:00 committed by Xiang Xiao
parent f61bfd5608
commit 17efd01d13

View File

@ -69,7 +69,7 @@ endif
ifneq ($(CONFIG_SEGGER_RTT)$(CONFIG_SEGGER_SYSVIEW),) ifneq ($(CONFIG_SEGGER_RTT)$(CONFIG_SEGGER_SYSVIEW),)
CFLAGS += ${INCDIR_PREFIX}segger$(DELIM)SystemView$(DELIM)SEGGER CFLAGS += ${INCDIR_PREFIX}segger$(DELIM)SystemView$(DELIM)SEGGER
SYSVIEW_VERSION ?= 354 SYSVIEW_VERSION ?= 356
SYSVIEW_ZIP = SystemView_Src_V$(SYSVIEW_VERSION).zip SYSVIEW_ZIP = SystemView_Src_V$(SYSVIEW_VERSION).zip
# Download and unpack tarball if no git repo found # Download and unpack tarball if no git repo found