diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-03-15 08:42:26 -0700 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-03-15 08:42:26 -0700 |
commit | 1bd3ae398646da1107e00e0651abbf9691d2d9ff (patch) | |
tree | 4ad64cabcc323aa357173dc6202ddbf2dbfd3d81 /doc | |
parent | b559b273b526b3077b3ca219eecc8df9f86efac0 (diff) | |
download | openocd_libswd-1bd3ae398646da1107e00e0651abbf9691d2d9ff.tar.gz openocd_libswd-1bd3ae398646da1107e00e0651abbf9691d2d9ff.tar.bz2 openocd_libswd-1bd3ae398646da1107e00e0651abbf9691d2d9ff.tar.xz openocd_libswd-1bd3ae398646da1107e00e0651abbf9691d2d9ff.zip |
rename jtag_nsrst_assert_width as adapter_nsrst_assert_width
Globally rename "jtag_nsrst_assert_width" as "adapter_nsrst_assert_width",
and move it out of the "jtag" command group ... it needs to be used with
non-JTAG transports
Includes a migration aid (in jtag/startup.tcl) so that old user scripts
won't break. That aid should Sunset in about a year.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 9d1532b1..e1bb2b77 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2643,7 +2643,7 @@ needing to cope with both architecture and board specific constraints. @section Commands for Handling Resets -@deffn {Command} jtag_nsrst_assert_width milliseconds +@deffn {Command} adapter_nsrst_assert_width milliseconds Minimum amount of time (in milliseconds) OpenOCD should wait after asserting nSRST (active-low system reset) before allowing it to be deasserted. |