]> git.sur5r.net Git - openocd/blob - tcl/target/cc2538.cfg
cortex_a: fix virt2phys when mmu is disabled
[openocd] / tcl / target / cc2538.cfg
1 # Config for Texas Instruments low power RF SoC CC2538
2 # http://www.ti.com/lit/pdf/swru319
3
4 if { [info exists CHIPNAME] } {
5    set CHIPNAME $CHIPNAME
6 } else {
7    set CHIPNAME cc2538
8 }
9
10 if { [info exists JRC_TAPID] } {
11    set JRC_TAPID $JRC_TAPID
12 } else {
13    set JRC_TAPID 0x8B96402F
14 }
15
16 source [find target/cc26xx.cfg]