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:
@@ -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
|
||||
Reference in New Issue
Block a user