Add some OpenOCD scripts for some TI Tiva boards

This commit is contained in:
Gregory Nutt 2014-12-18 16:54:48 -06:00
parent 6729649515
commit f59125fcbd
3 changed files with 20 additions and 2 deletions

View File

@ -6,7 +6,7 @@
source [find interface/ti-icdi.cfg]
set WORKAREASIZE 0x8000
set WORKAREASIZE 0x40000 # RAM size
set CHIPNAME tm4c129xnczad
source [find target/stellaris_icdi.cfg]
source [find target/stellaris_icdi.cfg]

View File

@ -0,0 +1,6 @@
README
======
This is a placeholder for the README file for a forthcoming port to the tm4c1294 Launchpad
(more correctly, th ek-tm4c124xl).

View File

@ -0,0 +1,12 @@
#
# TI Tiva C Series ek-tm4c1294xl Launchpad Evaluation Kit
#
# http://www.ti.com/tool/ek-tm4c1294xl
#
source [find interface/ti-icdi.cfg]
set WORKAREASIZE 0x40000 # RAM size
set CHIPNAME tm4c1294ncpdt
source [find target/stellaris_icdi.cfg]