2010-08-24 19:50:20 +00:00
|
|
|
#
|
|
|
|
# TI/Luminary Stellaris LM3S6965 Evaluation Kits
|
|
|
|
#
|
2012-10-02 13:33:06 +00:00
|
|
|
# http://www.ti.com/tool/ek-lm3s6965
|
|
|
|
#
|
2010-08-24 19:50:20 +00:00
|
|
|
|
|
|
|
# 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]
|
|
|
|
|
|
|
|
# 20k working area
|
|
|
|
set WORKAREASIZE 0x5000
|
|
|
|
set CHIPNAME lm3s6965
|
|
|
|
# include the target config
|
|
|
|
source [find target/stellaris.cfg]
|