jtag/aice: switch to command 'adapter serial'
[fw/openocd] / src / jtag / startup.tcl
index d5b2ae221aae90c7b8ddbcaf30d92a59db9dd53a..b6c185ef247f2695f6add06a7ab7f7e5722dddf4 100644 (file)
@@ -735,4 +735,10 @@ proc ft232r_restore_serial args {
        eval ft232r restore_serial $args
 }
 
+lappend _telnet_autocomplete_skip "aice serial"
+proc "aice serial" {args} {
+       echo "DEPRECATED! use 'adapter serial' not 'aice serial'"
+       eval adapter serial $args
+}
+
 # END MIGRATION AIDS