Skip to content

Commit f7e2a0c

Browse files
committed
[cherry-pick update] jtag: add jtag execute ... TCL command
This is an update of a cherry-picked commit 20fd300 ("[cherry-pick] jtag: add `jtag execute ...` TCL command"). Link: https://review.openocd.org/c/openocd/+/8505/9 The command allows: * To execute multiple scans in a single queue. * Execute scans on multiple TAPs. Change-Id: I722bbe8955ea05222ebca7f20e1324b1a8a39fff Signed-off-by: Evgeniy Naydanov <[email protected]>
1 parent a235419 commit f7e2a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jtag/tcl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ static const struct command_registration jtag_subcommand_handlers[] = {
10171017
},
10181018
{
10191019
.name = "execute",
1020-
.mode = COMMAND_ANY,
1020+
.mode = COMMAND_EXEC,
10211021
.handler = handle_jtag_execute,
10221022
.help = "Execute a chain of JTAG commands",
10231023
.usage = "['scan' tap_name+ ['" JTAG_EXECUTE_SCAN_IR_START_ARG

0 commit comments

Comments
 (0)