From 893de2fe95d77aad598ceaa8149e50f9253da0d9 Mon Sep 17 00:00:00 2001 From: Paul Fertser Date: Fri, 7 Aug 2015 11:29:38 +0300 Subject: [PATCH] xsvf: output a warning suggesting using SVF Change-Id: Iff13019aa96c528268a2be029b4acd65a00a598e Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/2907 Tested-by: jenkins --- src/xsvf/xsvf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index 6f8db8c05c..a6de823975 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -273,6 +273,7 @@ COMMAND_HANDLER(handle_xsvf_command) if ((CMD_ARGC > 2) && (strcmp(CMD_ARGV[2], "quiet") == 0)) verbose = 0; + LOG_WARNING("XSVF support in OpenOCD is limited. Consider using SVF instead"); LOG_USER("xsvf processing file: \"%s\"", filename); while (read(xsvf_fd, &opcode, 1) > 0) { -- 2.30.2