2009-08-16 07:08:35 -05:00
|
|
|
#
|
|
|
|
# TI/Luminary Stellaris LM3S811 Evaluation Kits
|
|
|
|
#
|
2012-10-02 08:33:06 -05:00
|
|
|
# http://www.ti.com/tool/ek-lm3s811
|
|
|
|
#
|
2009-08-16 07:08:35 -05:00
|
|
|
|
2010-08-15 23:36:52 -05:00
|
|
|
# NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional!
|
|
|
|
# so is using it in JTAG mode, as done here.
|
2010-07-17 01:59:23 -05:00
|
|
|
# NOTE: older '811-EK boards (before rev C) shouldn't use this.
|
2014-07-28 13:10:45 -05:00
|
|
|
source [find interface/ftdi/luminary.cfg]
|
2009-08-16 07:08:35 -05:00
|
|
|
|
|
|
|
# include the target config
|
2012-02-14 08:20:51 -06:00
|
|
|
set WORKAREASIZE 0x2000
|
2010-08-24 14:50:20 -05:00
|
|
|
set CHIPNAME lm3s811
|
2010-07-17 01:59:23 -05:00
|
|
|
source [find target/stellaris.cfg]
|