cfg: add board and target configs for TI SimpleLink Wi-Fi CC3200 LaunchPad

Change-Id: I4396ee737c1dad380aa23894bbd1faf75f26d072
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2465
Tested-by: jenkins
This commit is contained in:
Paul Fertser
2015-01-16 12:17:40 +03:00
parent be97da76ab
commit 40d6e88268
4 changed files with 89 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#
# TI SimpleLink Wi-Fi CC3200 LaunchPad
#
# http://www.ti.com/tool/cc3200-launchxl
#
source [find interface/ftdi/ti-icdi.cfg]
if { [info exists TRANSPORT] } {
transport select $TRANSPORT
} else {
transport select jtag
}
set WORKAREASIZE 0x40000
source [find target/cc32xx.cfg]
reset_config srst_only