add: 'sc' - smart card commad [rdv40]

chg: test to read out firmware
This commit is contained in:
Chris 2018-07-05 10:48:24 +02:00
commit f70b8be5de
8 changed files with 440 additions and 7 deletions

View file

@ -36,8 +36,11 @@ static command_t CommandTable[] = {
{"script", CmdScript, 1, "{ Scripting commands }"},
{"trace", CmdTrace, 1, "{ Trace manipulation... }"},
#ifdef WITH_FLASH
{"mem", CmdFlashMem,1, "{ RDV40, Flash Memory manipulation... }"},
#endif
{"mem", CmdFlashMem, 1, "{ RDV40, Flash Memory manipulation... }"},
#endif
#ifdef WITH_SMARTCARD
{"sc", CmdSmartcard, 1, "{ RDV40, Smart card ISO7816 commands... }"},
#endif
{"quit", CmdQuit, 1, ""},
{"exit", CmdQuit, 1, "Exit program"},
{NULL, NULL, 0, NULL}