This is an automated email from Gerrit. Pushpal Sidhu ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1551
-- gerrit commit 6f1cba9a3420536c123001f75d3e23766f6261db Author: Pushpal Sidhu <[email protected]> Date: Wed Aug 14 14:40:51 2013 -0700 openocd.texi: added syntax changes for jtag_reset jtag_reset takes any number of pairs, so this document is updated to reflect that. Change-Id: Ifd6735d537d8074758ab10ede0535c1cbc97144d Signed-off-by: Pushpal Sidhu <[email protected]> diff --git a/doc/openocd.texi b/doc/openocd.texi index 2478cfe..9cf79dc 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -7669,11 +7669,12 @@ portable scripts currently must issue only BYPASS instructions. @end quotation @end deffn -@deffn Command {jtag_reset} trst srst +@deffn Command {jtag_reset} trst srst [trst srst]* Set values of reset signals. The @var{trst} and @var{srst} parameter values may be @option{0}, indicating that reset is inactive (pulled or driven high), -or @option{1}, indicating it is active (pulled or driven low). +or @option{1}, indicating it is active (pulled or driven low). There can +be any number of these pairs. The @command{reset_config} command should already have been used to configure how the board and JTAG adapter treat these two signals, and to say if either signal is even present. -- ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
