This is an automated email from Gerrit. Heinz Schweiger ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1867
-- gerrit commit eb687704f30d20fbc7486ba95ea851c573b9806d Author: Heinz Schweiger <[email protected]> Date: Sun Jan 12 11:25:40 2014 +0100 topic: TI Tiva C dk-tm4c129x Evaluation Kits New Texas Instruments Tiva C Series Boards http://www.ti.com/tool/dk-tm4c129x Change-Id: I44f96982e91786b977b3d29e0f4c7053d584a703 Signed-off-by: Heinz Schweiger <[email protected]> diff --git a/tcl/board/dk-tm4c129.cfg b/tcl/board/dk-tm4c129.cfg new file mode 100755 index 0000000..bddec25 --- /dev/null +++ b/tcl/board/dk-tm4c129.cfg @@ -0,0 +1,16 @@ +# +# TI Tiva C dk-tm4c129x Evaluation Kits +# +# http://www.ti.com/tool/dk-tm4c129x +# + +# +# 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 TM4C129XNCZAD + +source [find target/tiva_icdi.cfg] -- ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
