repo.or.cz
/
openocd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
break from long loops on shutdown request
[openocd.git]
/
tcl
/
target
/
ti_cc26x2.cfg
blob
62c91c3395163b3835c0acde6edbb4448469e226
1
# SPDX-License-Identifier: GPL-2.0-or-later
2
3
#
4
# Texas Instruments CC26x2 - ARM Cortex-M4
5
#
6
# http://www.ti.com
7
#
8
9
set CHIPNAME cc26x2
10
set JRC_TAPID 0x0BB4102F
11
set WORKAREASIZE 0x7000
12
13
source [find target/ti_cc26x0.cfg]