summaryrefslogtreecommitdiff
path: root/avr/command_tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/command_tbl.c')
-rw-r--r--avr/command_tbl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/avr/command_tbl.c b/avr/command_tbl.c
index 232d718..5d185ba 100644
--- a/avr/command_tbl.c
+++ b/avr/command_tbl.c
@@ -75,6 +75,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",
"[count]\n"