server: add support for pipes
[openocd/cortex.git] / tcl / target / sharp_lh79532.cfg
blobed9feeeaed48eccda5456a9bfae5ed2a27121b9c
1 reset_config srst_only srst_pulls_trst
3 if { [info exists CHIPNAME] } {
4    set  _CHIPNAME $CHIPNAME
5 } else {
6    set  _CHIPNAME lh79532
9 if { [info exists ENDIAN] } {
10    set  _ENDIAN $ENDIAN
11 } else {
12    set  _ENDIAN little
15 if { [info exists CPUTAPID ] } {
16    set _CPUTAPID $CPUTAPID
17 } else {
18   # sharp changed the number!
19    set _CPUTAPID 0x00002061
21 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
23 set _TARGETNAME $_CHIPNAME.cpu
24 target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME