19 lines
311 B
INI
19 lines
311 B
INI
#
|
|
# 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
|