aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2013-09-22 22:09:26 +0400
committerSpencer Oliver <spen@spen-soft.co.uk>2013-10-03 09:26:08 +0000
commit24099b4c144f1c6d1244b8b4d98c0fd69c9ff2fc (patch)
tree6398a94317e77925437a682eac444c8f445d3556 /tcl
parentcbf4760e15d217c0a83e65f13bddfcbfad7d2fec (diff)
board: add TM4C123G LaunchPad config
Almost the same as the LM4F120 LaunchPad but the chip is using the new naming scheme (Tiva C series), supports USB OTG and has some new PWM hardware blocks. Change-Id: I6a7b2df76768766471f366cddaf64df3cc63f5f2 Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/1647 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/ek-tm4c123gxl.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/tcl/board/ek-tm4c123gxl.cfg b/tcl/board/ek-tm4c123gxl.cfg
new file mode 100644
index 00000000..f7b7d9f7
--- /dev/null
+++ b/tcl/board/ek-tm4c123gxl.cfg
@@ -0,0 +1,11 @@
+#
+# TI Tiva C Series ek-tm4c123gxl Launchpad Evaluation Kit
+#
+# http://www.ti.com/tool/ek-tm4c123gxl
+#
+
+source [find interface/ti-icdi.cfg]
+
+set WORKAREASIZE 0x8000
+set CHIPNAME tm4c123gh6pm
+source [find target/stellaris_icdi.cfg]