update more Stellaris EK board comments
Using the bundled JTAG/SWD debug support in JTAG mode is optional on *all* of the EK boards. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
parent
66fb176766
commit
962946ea89
|
@ -8,6 +8,8 @@
|
||||||
# source [find interface/jlink.cfg]
|
# source [find interface/jlink.cfg]
|
||||||
|
|
||||||
# include the FT2232 interface config for on-board JTAG interface
|
# 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 in JTAG mode, as done here.
|
||||||
source [find interface/luminary.cfg]
|
source [find interface/luminary.cfg]
|
||||||
|
|
||||||
# include the target config
|
# include the target config
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
# http://www.luminarymicro.com/products/ek-lm3s9b92.html
|
# http://www.luminarymicro.com/products/ek-lm3s9b92.html
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# NOTE: using the bundled FT2232 JTAG/SWD/SWO interface is optional!
|
||||||
|
# so is using in JTAG mode, as done here.
|
||||||
source [find interface/luminary-icdi.cfg]
|
source [find interface/luminary-icdi.cfg]
|
||||||
source [find target/lm3s9b9x.cfg]
|
source [find target/lm3s9b9x.cfg]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue