From: Spencer Oliver Date: Tue, 1 Nov 2011 21:13:54 +0000 (+0000) Subject: cfg: add Stellaris LM4F232 Evaluation Kit config X-Git-Tag: v0.6.0-rc1~473 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=252758b6a12943804a033c747a20273b8fa2f917;p=openocd cfg: add Stellaris LM4F232 Evaluation Kit config Change-Id: Ica754897bef6573a0738ed1afdfe1dfda07292fd Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/151 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- diff --git a/tcl/board/ek-lm4f232.cfg b/tcl/board/ek-lm4f232.cfg new file mode 100644 index 00000000..6e3f8e31 --- /dev/null +++ b/tcl/board/ek-lm4f232.cfg @@ -0,0 +1,13 @@ +# +# TI Stellaris LM4F232 Evaluation Kits +# +# http://www.ti.com/tool/ek-lm4f232 +# + +# NOTE: using the bundled FT2232 JTAG/SWD/SWO interface is optional! +# so is using in JTAG mode, as done here. +source [find interface/luminary-icdi.cfg] + +set WORKAREASIZE 0x8000 +set CHIPNAME lm4f23x +source [find target/stellaris.cfg]