diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-10-14 10:06:22 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-10-14 10:06:22 +0000 |
commit | 50959e133cf6c875890f62e0d9ccaf2e8f106db6 (patch) | |
tree | 4079bff51d2373fd17b6216dbd12ce9975885c7c /doc | |
parent | 72665baf185087e78cfa6768019f40d13e6e8981 (diff) | |
download | openocd_libswd-50959e133cf6c875890f62e0d9ccaf2e8f106db6.tar.gz openocd_libswd-50959e133cf6c875890f62e0d9ccaf2e8f106db6.tar.bz2 openocd_libswd-50959e133cf6c875890f62e0d9ccaf2e8f106db6.tar.xz openocd_libswd-50959e133cf6c875890f62e0d9ccaf2e8f106db6.zip |
clarified jtag_ntrst_delay option
git-svn-id: svn://svn.berlios.de/openocd/trunk@1056 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 3cb8528c..77a8a8ed 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -415,8 +415,7 @@ How long (in milliseconds) OpenOCD should wait after deasserting nSRST before starting new JTAG operations. @item @b{jtag_ntrst_delay} <@var{ms}> @cindex jtag_ntrst_delay -How long (in milliseconds) OpenOCD should wait after deasserting nTRST before -starting new JTAG operations. +Same @b{jtag_nsrst_delay}, but for nTRST The jtag_n[st]rst_delay options are useful if reset circuitry (like a reset supervisor, or on-chip features) keep a reset line asserted for some time after the external reset |