Typos found by miceal catudal
git-svn-id: svn://svn.berlios.de/openocd/trunk@1274 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
ec7a984b42
commit
437a981878
|
@ -24,7 +24,7 @@ reset_config trst_and_srst srst_pulls_trst
|
||||||
|
|
||||||
#jtag scan chain
|
#jtag scan chain
|
||||||
|
|
||||||
tag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
|
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
|
||||||
|
|
||||||
set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
|
set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
|
||||||
target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm7tdmi
|
target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm7tdmi
|
||||||
|
|
|
@ -25,7 +25,7 @@ if { [info exists CPUTAPID] } {
|
||||||
reset_config trst_and_srst srst_pulls_trst
|
reset_config trst_and_srst srst_pulls_trst
|
||||||
|
|
||||||
#jtag scan chain
|
#jtag scan chain
|
||||||
tag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
|
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
|
||||||
|
|
||||||
#jtag nTRST and nSRST delay
|
#jtag nTRST and nSRST delay
|
||||||
jtag_nsrst_delay 500
|
jtag_nsrst_delay 500
|
||||||
|
|
|
@ -27,7 +27,7 @@ reset_config trst_and_srst srst_pulls_trst
|
||||||
|
|
||||||
#jtag scan chain
|
#jtag scan chain
|
||||||
|
|
||||||
tag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
|
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
|
||||||
|
|
||||||
#jtag nTRST and nSRST delay
|
#jtag nTRST and nSRST delay
|
||||||
jtag_nsrst_delay 500
|
jtag_nsrst_delay 500
|
||||||
|
|
Loading…
Reference in New Issue