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:
parent
8b140fd724
commit
893de2fe95
|
@ -273,6 +273,7 @@ COMMAND_HANDLER(handle_xsvf_command)
|
||||||
if ((CMD_ARGC > 2) && (strcmp(CMD_ARGV[2], "quiet") == 0))
|
if ((CMD_ARGC > 2) && (strcmp(CMD_ARGV[2], "quiet") == 0))
|
||||||
verbose = 0;
|
verbose = 0;
|
||||||
|
|
||||||
|
LOG_WARNING("XSVF support in OpenOCD is limited. Consider using SVF instead");
|
||||||
LOG_USER("xsvf processing file: \"%s\"", filename);
|
LOG_USER("xsvf processing file: \"%s\"", filename);
|
||||||
|
|
||||||
while (read(xsvf_fd, &opcode, 1) > 0) {
|
while (read(xsvf_fd, &opcode, 1) > 0) {
|
||||||
|
|
Loading…
Reference in New Issue