aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/cc2538.cfg
blob: 81593c105c936eecf808725bd20d374bbefcdebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Config for Texas Instruments low power RF SoC CC2538
# http://www.ti.com/lit/pdf/swru319

if { [info exists CHIPNAME] } {
   set CHIPNAME $CHIPNAME
} else {
   set CHIPNAME cc2538
}

if { [info exists JRC_TAPID] } {
   set JRC_TAPID $JRC_TAPID
} else {
   set JRC_TAPID 0x8B96402F
}

source [find target/cc26xx.cfg]