drivers/segger: add note vprint support

Print note log to sysview terminal.

See https://www.segger.com/products/development-tools/systemview/#logging-output

Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>
This commit is contained in:
xuxingliang
2024-08-05 15:55:20 +08:00
committed by Xiang Xiao
parent 01676cb9cd
commit 62f0126b06
2 changed files with 20 additions and 0 deletions
+2
View File
@@ -112,4 +112,6 @@
} \
while (0)
#define SEGGER_SYSVIEW_PRINTF_IMPLICIT_FORMAT 1
#endif /* __DRIVERS_SEGGER_CONFIG_SEGGER_RTT_CONF_H */