mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: moved some from THUMB to ARM.. Looks like usb communication became bad.
This commit is contained in:
parent
517fbd5d9d
commit
de39bf505a
1 changed files with 6 additions and 8 deletions
|
@ -48,26 +48,24 @@ THUMBSRC = start.c \
|
||||||
$(SRC_LF) \
|
$(SRC_LF) \
|
||||||
$(SRC_ZLIB) \
|
$(SRC_ZLIB) \
|
||||||
$(SRC_LEGIC) \
|
$(SRC_LEGIC) \
|
||||||
$(SRC_ISO14443b) \
|
|
||||||
$(SRC_ICLASS) \
|
|
||||||
appmain.c \
|
appmain.c \
|
||||||
printf.c \
|
printf.c \
|
||||||
util.c \
|
util.c \
|
||||||
string.c \
|
string.c \
|
||||||
usb_cdc.c \
|
|
||||||
cmd.c \
|
|
||||||
BigBuf.c \
|
BigBuf.c \
|
||||||
ticks.c \
|
ticks.c \
|
||||||
hfsnoop.c
|
hfsnoop.c
|
||||||
|
|
||||||
# These are to be compiled in ARM mode
|
# These are to be compiled in ARM mode
|
||||||
ARMSRC = fpgaloader.c \
|
ARMSRC = fpgaloader.c \
|
||||||
$(SRC_CRC) \
|
|
||||||
$(SRC_CRAPTO1) \
|
|
||||||
$(SRC_ISO14443a) \
|
$(SRC_ISO14443a) \
|
||||||
|
$(SRC_ISO14443b) \
|
||||||
|
$(SRC_CRAPTO1) \
|
||||||
|
$(SRC_CRC) \
|
||||||
|
$(SRC_ICLASS) \
|
||||||
|
usb_cdc.c \
|
||||||
|
cmd.c \
|
||||||
parity.c
|
parity.c
|
||||||
# $(SRC_ISO14443b) \
|
|
||||||
# $(SRC_ICLASS) \
|
|
||||||
# $(SRC_EMV) \
|
# $(SRC_EMV) \
|
||||||
#BigBuf.c \
|
#BigBuf.c \
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue