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 f030b54..3273093 100644
--- a/avr/command_tbl.c
+++ b/avr/command_tbl.c
@@ -63,6 +63,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"