forked from auracaster/openocd
scripts: use adapter_nsrst_delay not deprecated jtag_nsrst_delay
Change-Id: Idf98526d64dcba4d8a5b6910bd3c539756753e8e Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/539 Tested-by: jenkins
This commit is contained in:
@@ -3,7 +3,7 @@ set _ENDIAN big
|
||||
|
||||
set _CPUTAPID 0x21e8203f
|
||||
|
||||
jtag_nsrst_delay 100
|
||||
adapter_nsrst_delay 100
|
||||
jtag_ntrst_delay 100
|
||||
|
||||
reset_config trst_and_srst separate
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ if { [info exists CPUTAPID] } {
|
||||
}
|
||||
|
||||
# delays on reset lines
|
||||
jtag_nsrst_delay 100
|
||||
adapter_nsrst_delay 100
|
||||
jtag_ntrst_delay 100
|
||||
|
||||
# Fujitsu cortex-M3 reset configuration
|
||||
|
||||
@@ -52,7 +52,7 @@ dict set lpc313x wdt 0x13002400
|
||||
# Target configuration
|
||||
##################################################################
|
||||
|
||||
jtag_nsrst_delay 1000
|
||||
adapter_nsrst_delay 1000
|
||||
jtag_ntrst_delay 0
|
||||
|
||||
set _TARGETNAME $_CHIPNAME.cpu
|
||||
|
||||
@@ -28,7 +28,7 @@ if { [info exists WORKAREASIZE] } {
|
||||
# that there can be a pretty wide band where things are more or less stable.
|
||||
adapter_khz 1000
|
||||
|
||||
jtag_nsrst_delay 100
|
||||
adapter_nsrst_delay 100
|
||||
jtag_ntrst_delay 100
|
||||
|
||||
#jtag scan chain
|
||||
|
||||
Reference in New Issue
Block a user