X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Fek-lm4f120xl.cfg;fp=tcl%2Fboard%2Fek-lm4f120xl.cfg;h=aa6935c95c3d5664b181c43fefe5d364e4ab1b2e;hb=adb8ec32dc7439aa3e34ab19f026e390ec129c10;hp=0000000000000000000000000000000000000000;hpb=c7a6f065d2a48730e05eb95bb44ca6a7032d2a31;p=openocd.git diff --git a/tcl/board/ek-lm4f120xl.cfg b/tcl/board/ek-lm4f120xl.cfg new file mode 100644 index 0000000000..aa6935c95c --- /dev/null +++ b/tcl/board/ek-lm4f120xl.cfg @@ -0,0 +1,15 @@ +# +# TI Stellaris Launchpad ek-lm4f120xl Evaluation Kits +# +# http://www.ti.com/tool/ek-lm4f120xl +# + +# +# NOTE: using the bundled ICDI interface is optional! +# This interface is not ftdi based as previous boards were +# +source [find interface/ti-icdi.cfg] + +set WORKAREASIZE 0x8000 +set CHIPNAME lm4f120h5qr +source [find target/stellaris_icdi.cfg]