2009-08-16 12:08:35 +00:00
|
|
|
#
|
|
|
|
# TI/Luminary Stellaris LM3S811 Evaluation Kits
|
|
|
|
#
|
|
|
|
# http://www.luminarymicro.com/products/stellaris_811_evaluation_kits.html
|
|
|
|
|
2010-08-16 04:36:52 +00: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 06:59:23 +00:00
|
|
|
# NOTE: older '811-EK boards (before rev C) shouldn't use this.
|
2009-08-16 12:08:35 +00:00
|
|
|
source [find interface/luminary.cfg]
|
|
|
|
|
|
|
|
# include the target config
|
2010-08-24 19:50:20 +00:00
|
|
|
set CHIPNAME lm3s811
|
2010-07-17 06:59:23 +00:00
|
|
|
source [find target/stellaris.cfg]
|