mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
xsvf: output a warning suggesting using SVF
Change-Id: Iff13019aa96c528268a2be029b4acd65a00a598e Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2907 Tested-by: jenkins
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user