From c748023ede9e7d8bdbf81ce8c8be2a437607a9e4 Mon Sep 17 00:00:00 2001 From: Leo C Date: Wed, 21 Jan 2015 04:07:19 +0100 Subject: Support for Peter Danneggers fboot. --- avr/command_tbl.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'avr/command_tbl.c') 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 @@ -60,6 +60,11 @@ CMD_TBL_ITEM( "EEPROM dump", "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", -- cgit v1.2.3