proxmark3/common
marcansoft 272e55ca64 Switch compiler to arm-eabi instead of arm-elf
Non-EABI has been deprecated for a while and in fact won't build
with interworking support these days. Configuring the latest
gcc/binutils for arm-eabi works out of the box, so use that.
2010-02-20 21:28:29 +00:00
..
crc.c Add generic CRC calculation code 2009-11-25 20:41:41 +00:00
crc16.c Client cleanup and restructuring. Stage 1... 2010-02-04 01:27:07 +00:00
crc16.h Client cleanup and restructuring. Stage 1... 2010-02-04 01:27:07 +00:00
default_version.c
iso14443crc.c Client cleanup and restructuring. Stage 1... 2010-02-04 01:27:07 +00:00
iso14443crc.h Client cleanup and restructuring. Stage 1... 2010-02-04 01:27:07 +00:00
ldscript.common
legic_prng.c put legic back in the system and add rumpletux's fast legic / prng code from forum 2010-02-05 08:18:02 +00:00
Makefile.common Switch compiler to arm-eabi instead of arm-elf 2010-02-20 21:28:29 +00:00
usb.c