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:
parent
90d33c5c87
commit
4e31b87943
|
@ -5,7 +5,7 @@
|
|||
source [find target/hilscher_netx500.cfg]
|
||||
|
||||
reset_config trst_and_srst
|
||||
jtag_nsrst_delay 500
|
||||
adapter_nsrst_delay 500
|
||||
jtag_ntrst_delay 500
|
||||
|
||||
$_TARGETNAME configure -work-area-virt 0x1000 -work-area-phys 0x1000 -work-area-size 0x4000 -work-area-backup 1
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
source [find target/hilscher_netx500.cfg]
|
||||
|
||||
reset_config trst_and_srst
|
||||
jtag_nsrst_delay 500
|
||||
adapter_nsrst_delay 500
|
||||
jtag_ntrst_delay 500
|
||||
|
||||
$_TARGETNAME configure -work-area-virt 0x1000 -work-area-phys 0x1000 -work-area-size 0x4000 -work-area-backup 1
|
||||
|
|
|
@ -9,7 +9,7 @@ source [find target/hilscher_netx10.cfg]
|
|||
# problems try to line below
|
||||
# reset_config trst_and_srst srst_pulls_trst
|
||||
reset_config trst_and_srst
|
||||
jtag_nsrst_delay 500
|
||||
adapter_nsrst_delay 500
|
||||
jtag_ntrst_delay 500
|
||||
|
||||
$_TARGETNAME configure -work-area-virt 0x08000000 -work-area-phys 0x08000000 -work-area-size 0x4000 -work-area-backup 1
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
source [find target/hilscher_netx50.cfg]
|
||||
|
||||
reset_config trst_and_srst
|
||||
jtag_nsrst_delay 500
|
||||
adapter_nsrst_delay 500
|
||||
jtag_ntrst_delay 500
|
||||
|
||||
$_TARGETNAME configure -work-area-virt 0x10000000 -work-area-phys 0x10000000 -work-area-size 0x4000 -work-area-backup 1
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
source [find target/hilscher_netx500.cfg]
|
||||
|
||||
reset_config trst_and_srst
|
||||
jtag_nsrst_delay 500
|
||||
adapter_nsrst_delay 500
|
||||
jtag_ntrst_delay 500
|
||||
|
||||
$_TARGETNAME configure -work-area-virt 0x1000 -work-area-phys 0x1000 -work-area-size 0x4000 -work-area-backup 1
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
source [find target/hilscher_netx500.cfg]
|
||||
|
||||
reset_config trst_and_srst
|
||||
jtag_nsrst_delay 500
|
||||
adapter_nsrst_delay 500
|
||||
jtag_ntrst_delay 500
|
||||
|
||||
$_TARGETNAME configure -work-area-virt 0x1000 -work-area-phys 0x1000 -work-area-size 0x4000 -work-area-backup 1
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue