summaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2010-03-05 21:09:03 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2010-03-05 21:09:03 -0800
commitc6e323b9838254b338310ec165a5345635c5d177 (patch)
treeac70aa0b894f928e4fded3c42965ef8020d71ec8 /tcl
parent74113cf72570a20f5f2ff66f721284bd4228aee3 (diff)
downloadopenocd+libswd-c6e323b9838254b338310ec165a5345635c5d177.tar.gz
openocd+libswd-c6e323b9838254b338310ec165a5345635c5d177.tar.bz2
openocd+libswd-c6e323b9838254b338310ec165a5345635c5d177.tar.xz
openocd+libswd-c6e323b9838254b338310ec165a5345635c5d177.zip
doc: not all debug adapters are "dongles"
Talk more about "debug adapters" instead of only "dongles". Not all adapters are discrete widgets; some are integrated onto boards. If we only talk about "dongles" we rule out many valid setups, and help confuse some users (who may be using Dongle-free environments). Also start bringing out the point that JTAG isn't the only transport protocol, even though OpenOCD historically presumes "all is JTAG". (Not all debug adapters are JTAG adapters, or JTAG-only adapters.) Plus a few minor fixes (spelling etc) in the vicinity of those changes, and updates about FT2232H clocking issues (they can go faster than the older chips, and can support adaptive clocking). Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/at91sam9g20-ek.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/tcl/board/at91sam9g20-ek.cfg b/tcl/board/at91sam9g20-ek.cfg
index b0fe5462..fb6068cc 100644
--- a/tcl/board/at91sam9g20-ek.cfg
+++ b/tcl/board/at91sam9g20-ek.cfg
@@ -28,8 +28,9 @@ reset_config trst_and_srst
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
-# Use caution changing the delays listed below. These seem to be affected by the board and type of
-# debugger dongle. A value of 200 ms seems to work reliably for the configuration listed in the file header above.
+# Use caution changing the delays listed below. These seem to be
+# affected by the board and type of JTAG adapter. A value of 200 ms seems
+# to work reliably for the configuration listed in the file header above.
jtag_nsrst_delay 200
jtag_ntrst_delay 200