add: flash memory support

This commit is contained in:
iceman1001
2018-02-13 14:12:28 +01:00
parent ad73af95c2
commit 0495e93b6d
4 changed files with 348 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ SRC_CRAPTO1 = crypto1.c des.c aes.c desfire_key.c desfire_crypto.c mifaredesfire
SRC_CRC = crc.c crc16.c crc32.c
SRC_ICLASS = iclass.c optimized_cipher.c
SRC_LEGIC = legicrf.c legic_prng.c
SRC_FLASH = flash.c
SRC_FLASH = flashmem.c
SRC_BEE = bee.c
#the FPGA bitstream files. Note: order matters!
@@ -77,6 +77,7 @@ THUMBSRC = start.c \
$(SRC_LF) \
$(SRC_ZLIB) \
$(SRC_LEGIC) \
$(SRC_FLASH) \
appmain.c \
printf.c \
util.c \