This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via 56d2c86500be87c87150bcfc1b2fe59ece9a45f4 (commit)
from 0b641dac717ffe1391cc53dc33ad78ba79a26d2c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 56d2c86500be87c87150bcfc1b2fe59ece9a45f4
Author: Ãyvind Harboe <oyv...@zy...>
Date: Mon Jan 18 14:45:08 2010 +0100
commands: allow scan_chain command to be executed during config
Adding taps and then dumping them is quite reasonable thing
to do in a config script.
Signed-off-by: Ãyvind Harboe <oyv...@zy...>
diff --git a/src/jtag/tcl.c b/src/jtag/tcl.c
index f48993f..ffb5d27 100644
--- a/src/jtag/tcl.c
+++ b/src/jtag/tcl.c
@@ -1674,7 +1674,7 @@ static const struct command_registration jtag_command_handlers[] = {
{
.name = "scan_chain",
.handler = handle_scan_chain_command,
- .mode = COMMAND_EXEC,
+ .mode = COMMAND_ANY,
.help = "print current scan chain configuration",
},
{
-----------------------------------------------------------------------
Summary of changes:
src/jtag/tcl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|