ae39d1fc1b495c0310f120996e53ff335254ed02
[fw/openocd] / tcl / board / ek-lm3s6965.cfg
1 #
2 # TI/Luminary Stellaris LM3S6965 Evaluation Kits
3 #
4 # http://www.luminarymicro.com/products/lm3s6965_ethernet_evaluation_kit.html
5
6 # NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
7 # so is using it in JTAG mode, as done here.
8 source [find interface/luminary.cfg]
9
10 # 20k working area
11 set WORKAREASIZE 0x5000
12 set CHIPNAME lm3s6965
13 # include the target config
14 source [find target/stellaris.cfg]