proxmark3/armsrc
marcansoft 15c4dc5ace Clean up line endings, switch everything to LF instead of CRLF
Doing this for bootrom and armsrc for now. If you're using Windows,
please configure your editor for LF line endings.
2010-02-20 21:24:25 +00:00
..
obj Add obj/.dummy for clients that don't track empty dirs 2010-02-20 21:20:47 +00:00
appmain.c Clean up line endings, switch everything to LF instead of CRLF 2010-02-20 21:24:25 +00:00
apps.h Clean up line endings, switch everything to LF instead of CRLF 2010-02-20 21:24:25 +00:00
fonts.c Clean up line endings, switch everything to LF instead of CRLF 2010-02-20 21:24:25 +00:00
fonts.h Clean up line endings, switch everything to LF instead of CRLF 2010-02-20 21:24:25 +00:00
fpgaloader.c Clean up line endings, switch everything to LF instead of CRLF 2010-02-20 21:24:25 +00:00
hitag2.c Remove unused code from hitag2.c 2009-09-05 22:17:18 +00:00
hitag2.h Add forgotten file 2009-08-31 00:37:29 +00:00
iso14443.c Clean up line endings, switch everything to LF instead of CRLF 2010-02-20 21:24:25 +00:00
iso14443a.c Clean up line endings, switch everything to LF instead of CRLF 2010-02-20 21:24:25 +00:00
iso15693.c Clean up line endings, switch everything to LF instead of CRLF 2010-02-20 21:24:25 +00:00
LCD.c Clean up line endings, switch everything to LF instead of CRLF 2010-02-20 21:24:25 +00:00
LCD.h Clean up line endings, switch everything to LF instead of CRLF 2010-02-20 21:24:25 +00:00
ldscript Clean up line endings, switch everything to LF instead of CRLF 2010-02-20 21:24:25 +00:00
legicrf.c marcan's patch until he gets commit access. Remove C library's includes from the firmware side since it's not available anyway and not used 2010-02-20 03:07:55 +00:00
legicrf.h put legic back in the system and add rumpletux's fast legic / prng code from forum 2010-02-05 08:18:02 +00:00
lfops.c Clean up line endings, switch everything to LF instead of CRLF 2010-02-20 21:24:25 +00:00
Makefile Clean up line endings, switch everything to LF instead of CRLF 2010-02-20 21:24:25 +00:00
printf.c Add printf, and start transitioning away from DbpInteger 2009-12-30 02:18:25 +00:00
start.c Fix data segement. You may now use stuff like int foo = 1; in global context (as opposed to both int foo = 0; which is bss and const int foo = 1; which is rodata) without having the sky come 2009-09-08 15:40:22 +00:00
stdint.h marcan's patch until he gets commit access. Remove C library's includes from the firmware side since it's not available anyway and not used 2010-02-20 03:07:55 +00:00
util.c mifare firmware update 2009-12-30 00:11:50 +00:00