fix cc32xx related changes
original CC3200 launchpad works only with ti-icdi driver
which stopped to work after merging to master commit
d02de3a8a9
Change-Id: I247b5d99831fa744de1fdc5b8a7cffdf49fe953c
Signed-off-by: Jiri Kastner <cz172638@gmail.com>
Reviewed-on: http://openocd.zylin.com/4792
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
log_output
parent
8b66c96974
commit
7ae6b04b98
|
@ -12,7 +12,9 @@ if { [info exists TRANSPORT] } {
|
||||||
transport select jtag
|
transport select jtag
|
||||||
}
|
}
|
||||||
|
|
||||||
|
adapter_khz 2500
|
||||||
|
|
||||||
set WORKAREASIZE 0x40000
|
set WORKAREASIZE 0x40000
|
||||||
source [find target/cc32xx.cfg]
|
source [find target/ti_cc32xx.cfg]
|
||||||
|
|
||||||
reset_config srst_only
|
reset_config srst_only
|
Loading…
Reference in New Issue