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:
parent
3bfb40f299
commit
b3cc564910
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ endif
|
|||
ifneq ($(CONFIG_SEGGER_RTT)$(CONFIG_SEGGER_SYSVIEW),)
|
||||
CFLAGS += ${INCDIR_PREFIX}segger$(DELIM)SystemView$(DELIM)SEGGER
|
||||
|
||||
SYSVIEW_VERSION ?= 354
|
||||
SYSVIEW_VERSION ?= 356
|
||||
SYSVIEW_ZIP = SystemView_Src_V$(SYSVIEW_VERSION).zip
|
||||
|
||||
# Download and unpack tarball if no git repo found
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue