From: edouard@lafargue.name Date: Sun, 26 Apr 2009 14:26:06 +0000 (+0000) Subject: Rationalized LED usage in 14443-B: LED D shows RF Field OK, X-Git-Tag: v1.0.0~606 X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/0e25ae11020aab8bc3e7b2dd9819f356fed00792?hp=0e25ae11020aab8bc3e7b2dd9819f356fed00792 Rationalized LED usage in 14443-B: LED D shows RF Field OK, and LED A, B and C respectively show: - Receiving from reader - Transmitting to tag/reader - Receiving from tag Also, updated the snoop function to make full use of the DMA buffer, which removes (in my case) all the 'blew DMA buffer' issues. Last, moved the compilation of iso1443.c to ARM mode (not thumb) to make it faster on my Linux gcc 4.3 version, otherwise the 'blew DMA buffer' issue was systematic. Also: restored the "indalademod" command which had mysteriously disappeared from the prox.exe (proxmark3) client! ---