]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/command_tbl.c
new debug command: xx test. get freq command from single step branch.
[z180-stamp.git] / avr / command_tbl.c
index 9968dc0dfe0950e2bc457eb1dd262dc6586d065a..4ed37b7e825a083c3083ee1cd50b8c48bae2307d 100644 (file)
 
 cmd_tbl_t cmd_tbl[] = {
 
+CMD_TBL_ITEM_TOP(
+       xx,   CONFIG_SYS_MAXARGS, 0, do_cpu,
+       "experimental commands",
+       "<subcommand> args ...\n"
+       "xx help\n",
+       cmd_tbl_cpu
+),
+
+
 CMD_TBL_ITEM(
        date,   2,      1,      do_date,
        "get/set date & time",
@@ -126,11 +135,6 @@ CMD_TBL_ITEM_TOP(
        cmd_tbl_env
 ),
 
-CMD_TBL_ITEM(
-       chkcpu, CONFIG_SYS_MAXARGS,     CTBL_RPT,       do_cpuchk,
-       "Check CPU",
-       ""
-),
 CMD_TBL_ITEM(
        loadf,  1,      0,      do_loadf,
        "load srec_cat prepared image from controller flash",