proxmark3/armsrc
2009-10-16 22:07:00 +00:00
..
appmain.c Add basic LEGIC RF communication in tag simulation mode 2009-10-12 11:47:39 +00:00
apps.h Add HF simulator modulation mode for 212kHz subcarrier 2009-10-12 07:46:03 +00:00
example_lcd.c
fonts.c
fonts.h
fpgaloader.c Pushed standard AT91 defines into main code 2009-09-29 12:13:41 +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 Pushed standard AT91 defines into main code 2009-09-29 12:13:41 +00:00
iso14443a.c Pushed standard AT91 defines into main code 2009-09-29 12:13:41 +00:00
iso15693.c Pushed standard AT91 defines into main code 2009-09-29 12:13:41 +00:00
LCD.c Pushed standard AT91 defines into main code 2009-09-29 12:13:41 +00:00
LCD.h Pushed standard AT91 defines into main code 2009-09-29 12:13:41 +00:00
ldscript 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
legicrf.c Fix and generify legic response code 2009-10-16 22:07:00 +00:00
legicrf.h Add basic LEGIC RF communication in tag simulation mode 2009-10-12 11:47:39 +00:00
lfops.c Pushed standard AT91 defines into main code 2009-09-29 12:13:41 +00:00
Makefile Fix and generify legic response code 2009-10-16 22:07:00 +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
util.c Pushed standard AT91 defines into main code 2009-09-29 12:13:41 +00:00