Browse Source

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>
tags/v0.5.0-rc1
David Brownell 13 years ago
committed by David Brownell
parent
commit
962946ea89
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      tcl/board/ek-lm3s1968.cfg
  2. +2
    -0
      tcl/board/ek-lm3s9b9x.cfg

+ 2
- 0
tcl/board/ek-lm3s1968.cfg View File

@@ -8,6 +8,8 @@
# source [find interface/jlink.cfg]

# 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]

# include the target config


+ 2
- 0
tcl/board/ek-lm3s9b9x.cfg View File

@@ -5,6 +5,8 @@
# 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 target/lm3s9b9x.cfg]



Loading…
Cancel
Save