From de39bf505ab3a2f4166e858cc448e3ef45b7092f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 25 Jan 2017 13:00:49 +0100 Subject: [PATCH] CHG: moved some from THUMB to ARM.. Looks like usb communication became bad. --- armsrc/Makefile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/armsrc/Makefile b/armsrc/Makefile index bde50f0e..40923a8b 100644 --- a/armsrc/Makefile +++ b/armsrc/Makefile @@ -48,26 +48,24 @@ THUMBSRC = start.c \ $(SRC_LF) \ $(SRC_ZLIB) \ $(SRC_LEGIC) \ - $(SRC_ISO14443b) \ - $(SRC_ICLASS) \ appmain.c \ printf.c \ util.c \ string.c \ - usb_cdc.c \ - cmd.c \ BigBuf.c \ ticks.c \ hfsnoop.c # These are to be compiled in ARM mode ARMSRC = fpgaloader.c \ - $(SRC_CRC) \ - $(SRC_CRAPTO1) \ $(SRC_ISO14443a) \ + $(SRC_ISO14443b) \ + $(SRC_CRAPTO1) \ + $(SRC_CRC) \ + $(SRC_ICLASS) \ + usb_cdc.c \ + cmd.c \ parity.c -# $(SRC_ISO14443b) \ -# $(SRC_ICLASS) \ # $(SRC_EMV) \ #BigBuf.c \ -- 2.39.2