jtag/hla, jtag/stlink: switch to command 'adapter serial'
[fw/openocd] / tcl / target / lpc1xxx.cfg
index 1969e464f692b754d1fd3f859e54b1bc02653aa1..946d1ce166edd6b7d295d57a956b0d266fa38f88 100644 (file)
@@ -145,10 +145,10 @@ if { $_CHIPSERIES == "lpc800" || $_CHIPSERIES == "lpc1100" || $_CHIPSERIES == "l
 # Run with *real slow* clock by default since the
 # boot rom could have been playing with the PLL, so
 # we have no idea what clock the target is running at.
-adapter_khz 10
+adapter speed 10
 
 # delays on reset lines
-adapter_nsrst_delay 200
+adapter srst delay 200
 if {[using_jtag]} {
  jtag_ntrst_delay 200
 }