From: David B. <dbr...@us...> - 2010-01-03 22:33:16
|
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 4aedb02fcd4a16d77caeab8f6a3cf505ce9a93bf (commit) from e0338293b80211aee4254848ea56e0cf38bf3b9a (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 4aedb02fcd4a16d77caeab8f6a3cf505ce9a93bf Author: David Brownell <dbr...@us...> Date: Sun Jan 3 13:30:06 2010 -0800 JTAG: Amontec JTAG accelerater "rtck" is back The command processing conversion a while back lost the "rtck" enable/disable command; restore it. NOTE that having such a command is wrong; there's a standard way to enable adaptive clocking ("speed 0"). Signed-off-by: David Brownell <dbr...@us...> diff --git a/src/jtag/drivers/amt_jtagaccel.c b/src/jtag/drivers/amt_jtagaccel.c index de7cdcb..974761e 100644 --- a/src/jtag/drivers/amt_jtagaccel.c +++ b/src/jtag/drivers/amt_jtagaccel.c @@ -577,7 +577,7 @@ static const struct command_registration amtjtagaccel_command_handlers[] = { .usage = "<port_num>", }, { - .name = "parport_port", + .name = "rtck", .handler = &amt_jtagaccel_handle_rtck_command, .mode = COMMAND_CONFIG, .help = "enable RTCK", ----------------------------------------------------------------------- Summary of changes: src/jtag/drivers/amt_jtagaccel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Main OpenOCD repository |