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
parent 3ecff83de2
commit f70b8be5de
8 changed files with 440 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ else
endif
# RDV40 flag enables flashmemory commands in client. comment out if you don't have rdv40
CFLAGS += -DWITH_FLASH
CFLAGS += -DWITH_FLASH -DWITH_SMARTCARD
# Flags to generate temporary dependency files
DEPFLAGS = -MT $@ -MMD -MP -MF $(OBJDIR)/$*.Td
@@ -185,6 +185,7 @@ CMDSRCS = crapto1/crapto1.c \
cmdlfvisa2000.c \
cmdtrace.c \
cmdflashmem.c \
cmdsmartcard.c \
cmdparser.c \
cmdmain.c \
pm3_binlib.c \