]> git.gag.com Git - fw/openocd/blobdiff - src/jtag/startup.tcl
rename jtag_khz as adapter_khz
[fw/openocd] / src / jtag / startup.tcl
index 4e6d5fc181a15b9dc067cd793140c5bb3f933bcc..c49c43e1b46d74451f85a8fe3b4885d8c9d86941 100644 (file)
@@ -75,3 +75,12 @@ add_help_text srst_deasserted "Overridable procedure run when srst deassert is d
 proc srst_asserted {} {
        puts "Sensed nSRST asserted."
 }
+
+# BEGIN MIGRATION AIDS ...  these adapter operations originally had
+# JTAG-specific names despite the fact that the operations were not
+# specific to JTAG.
+#
+# FIXME phase these aids out after about April 2011
+#
+proc jtag_khz args { eval adapter_khz $args }
+# END MIGRATION AIDS