X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Fboard%2Fek-lm3s8962.cfg;fp=tcl%2Fboard%2Fek-lm3s8962.cfg;h=b7977da0b45e08d5c7d2bf7a2fcf28e73c774859;hb=a046475f03403313e826feef2ed903e71e4b5178;hp=0000000000000000000000000000000000000000;hpb=c06af3af918b9b8d68fd16ac91eb2ca5cc0a7610;p=fw%2Fopenocd diff --git a/tcl/board/ek-lm3s8962.cfg b/tcl/board/ek-lm3s8962.cfg new file mode 100644 index 000000000..b7977da0b --- /dev/null +++ b/tcl/board/ek-lm3s8962.cfg @@ -0,0 +1,15 @@ +# +# TI/Luminary Stellaris LM3S8962 Evaluation Kits +# +# http://www.ti.com/tool/ek-lm3s8962 +# + +# 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] + +# 64k working area +set WORKAREASIZE 0x10000 +set CHIPNAME lm3s8962 +# include the target config +source [find target/stellaris.cfg]