]> 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 232d71889b71c13389494262887228b6f4e47b17..4ed37b7e825a083c3083ee1cd50b8c48bae2307d 100644 (file)
@@ -8,6 +8,7 @@
 #include "command.h"
 #include "cmd_mem.h"
 #include "cmd_boot.h"
+#include "cmd_cpu.h"
 #include "cmd_misc.h"
 #include "cmd_date.h"
 #include "cmd_run.h"
 
 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",
@@ -74,6 +84,11 @@ CMD_TBL_ITEM(
        ""
 ),
 #endif
+CMD_TBL_ITEM(
+       msize,  1,      1,      do_mem_size,
+       "Detect memory size",
+       ""
+),
 CMD_TBL_ITEM(
        mstep,  2,      1,      do_busreq_pulse,
        "execute one M cycle",