tcl/target/gd32vf103: add flash bank
[fw/openocd] / tcl / target / avr32.cfg
index 932b750514e1a1c6f1d217b5993a9375a0eaee09..8295f5e68e7548a6db4d90202d7ca8b118bd8a84 100644 (file)
@@ -3,7 +3,7 @@ set _ENDIAN big
 
 set _CPUTAPID 0x21e8203f
 
-jtag_nsrst_delay 100
+adapter srst delay 100
 jtag_ntrst_delay 100
 
 reset_config trst_and_srst separate
@@ -14,4 +14,3 @@ jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1 -expected-id $_CP
 
 set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
 target create $_TARGETNAME avr32_ap7k -endian $_ENDIAN -chain-position $_TARGETNAME
-