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
target/register: Use 'bool' data type
[openocd.git]
/
tcl
/
target
/
bcm5352e.cfg
blob
3f0495a3eacc0119afd5148bc2dc6270f95c6d51
1
set _CHIPNAME bcm5352e
2
set _CPUID 0x0535217f
3
4
jtag newtap $_CHIPNAME cpu -irlen 8 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUID
5
6
set _TARGETNAME $_CHIPNAME.cpu
7
target create $_TARGETNAME mips_m4k -endian little -chain-position $_TARGETNAME