chg: renamed smartcard.c -> iso7816.c

chg: default standalone mode is LF_SAMY..    The HF_COLIN takes a lot of space
This commit is contained in:
iceman1001
2018-03-31 10:43:09 +02:00
parent 836d7370c3
commit a37518b1c3
5 changed files with 166 additions and 55 deletions

View File

@@ -23,8 +23,9 @@ APP_CFLAGS = -DWITH_CRC \
-DWITH_ICLASS \
-DWITH_FELICA \
-DWITH_FLASH \
-DWITH_ISO7816 \
-DWITH_HFSNOOP \
-DWITH_HF_COLIN \
-DWITH_LF_SAMYRUN \
-fno-strict-aliasing -ffunction-sections -fdata-sections
### IMPORTANT - move the commented variable below this line
@@ -54,7 +55,7 @@ SRC_CRC = crc.c crc16.c crc32.c
SRC_ICLASS = iclass.c optimized_cipher.c
SRC_LEGIC = legicrf.c legic_prng.c
SRC_FLASH = flashmem.c
SRC_SMARTCARD = smartcard.c
SRC_ISO7816 = iso7816.c
SRC_BEE = bee.c
#the FPGA bitstream files. Note: order matters!
@@ -80,7 +81,7 @@ THUMBSRC = start.c \
$(SRC_ZLIB) \
$(SRC_LEGIC) \
$(SRC_FLASH) \
$(SRC_SMARTCARD) \
$(SRC_ISO7816) \
appmain.c \
printf.c \
util.c \
@@ -103,8 +104,8 @@ ARMSRC = fpgaloader.c \
parity.c \
usb_cdc.c \
cmd.c \
hf_colin.c \
vtsend.c
lf_samyrun.c \
vtsend.c
# lf_samyrun.c \
# lf_hidbrute.c \
# lf_proxbrute.c \