proxmark3/armsrc
2009-12-28 18:19:00 +00:00
..
appmain.c Remove LEGIC RF tag emulation code since it's useless without keystream generator 2009-12-28 18:18:25 +00:00
apps.h Add capability to correlate against subcarriers of 212kHz (argument FPGA_HF_READER_RX_XCORR_QUARTER_FREQ | FPGA_HF_READER_RX_XCORR_848_KHZ) and 106kHz (argument FPGA_HF_READER_RX_XCORR_QUARTER_FREQ) 2009-12-09 02:31:01 +00:00
example_lcd.c Initial commit for the firmware. Used the 20090306_ela version as baseline. 2009-04-09 06:43:20 +00:00
fonts.c Initial commit for the firmware. Used the 20090306_ela version as baseline. 2009-04-09 06:43:20 +00:00
fonts.h Initial commit for the firmware. Used the 20090306_ela version as baseline. 2009-04-09 06:43:20 +00:00
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 Added the new SRIX4K reading routine, thanks to jonor. Regression tested against SRI512 tags, 2009-11-23 09:34:57 +00:00
iso14443a.c iso14443a cleanup, cascade2 level working again 2009-12-28 17:21:50 +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 Implement card reading with a few simple fixed obfuscation strings 2009-12-28 18:19:00 +00:00
legicrf.h Add basic communication shell for Legic RF in reader mode. Needs the new receive function of hi_read_tx. 2009-11-06 15:37:53 +00:00
lfops.c Pushed standard AT91 defines into main code 2009-09-29 12:13:41 +00:00
Makefile fix OS detection, libgcc detection 2009-12-22 12:50:34 +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