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 d4ff6f2..cbd2382 100644
--- a/avr/command_tbl.c
+++ b/avr/command_tbl.c
@@ -61,6 +61,11 @@ CMD_TBL_ITEM(
"address [count]"
),
CMD_TBL_ITEM(
+ !mdf, 3, 1, do_dump_mem,
+ "FLASH dump",
+ "address [count]"
+),
+CMD_TBL_ITEM(
!cpe, 4, 0, do_eep_cp,
"EEPROM copy",
"source target count"