From: Paul Fertser Date: Fri, 7 Aug 2015 08:29:38 +0000 (+0300) Subject: xsvf: output a warning suggesting using SVF X-Git-Tag: v0.10.0-rc1~330 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=893de2fe95d77aad598ceaa8149e50f9253da0d9;p=openocd 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 --- diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index 6f8db8c0..a6de8239 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) {