]> git.sur5r.net Git - openocd/commitdiff
Update comments for some Stellaris EK boards.
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 16 Aug 2010 04:36:52 +0000 (00:36 -0400)
committerDavid Brownell <db@helium.(none)>
Mon, 16 Aug 2010 04:36:52 +0000 (00:36 -0400)
These  don't need to use the on-board debuggers in JTAG mode.
Off-board is OK, as would be SWD mode.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
tcl/board/ek-lm3s3748.cfg
tcl/board/ek-lm3s811.cfg

index 7613a0ad28f87800491ae7a7627e10cb77a9404e..4695c89e908190e13a36b85d1e115654ecec0b47 100644 (file)
@@ -2,6 +2,7 @@
 #  http://www.luminarymicro.com/products/lm3s3748_usb_h_d_evaluation_kits.html
 
 # NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
+# so is using it in JTAG mode, as done here.
 source [find interface/luminary.cfg]
 
 source [find target/stellaris.cfg]
index 66519f674f22702c60c3acee2817f2e424ee282d..f036bc5e0a50f70dfe6700ee6761ba8b2bbfb2fb 100644 (file)
@@ -3,7 +3,8 @@
 #
 # http://www.luminarymicro.com/products/stellaris_811_evaluation_kits.html
 
-# include the FT2232 interface config for on-board JTAG interface
+# NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
+# so is using it in JTAG mode, as done here.
 # NOTE:  older '811-EK boards (before rev C) shouldn't use this.
 source [find interface/luminary.cfg]