add: 'mem read' - read / prints flahsmemory from device (not downloading)

chg: 'mem info' - added possibility to verify signature
This commit is contained in:
iceman1001 2018-05-23 09:30:33 +02:00
commit f3f7245fc0
2 changed files with 255 additions and 4 deletions

View file

@ -26,7 +26,9 @@
extern int CmdFlashMem(const char *Cmd);
extern int CmdFlashMemRead(const char* cmd);
extern int CmdFlashMemLoad(const char* cmd);
extern int CmdFlashMemSave(const char* cmd);
extern int CmdFlashMemWipe(const char *Cmd);
extern int CmdFlashMemInfo(const char *Cmd);
#endif