new frame format, smaller and with crc. Some code simplified

This commit is contained in:
Philippe Teuwen
2019-04-16 20:00:17 +02:00
parent 34467b7550
commit 44bbb7d2c7
7 changed files with 70 additions and 52 deletions

View File

@@ -119,6 +119,7 @@ CORESRCS = uart_posix.c \
util.c \
util_posix.c \
scandir.c \
crc16.c \
comms.c
CMDSRCS = crapto1/crapto1.c \
@@ -143,7 +144,6 @@ CMDSRCS = crapto1/crapto1.c \
mifare/mifarehost.c \
parity.c \
crc.c \
crc16.c \
crc64.c \
legic_prng.c \
iso15693tools.c \