summaryrefslogtreecommitdiff
path: root/openpicc/application/iso14443_layer3a.c
Commit message (Expand)AuthorAgeFilesLines
* Add T/C based receiver code with integrated miller decoderhenryk2008-03-141-12/+12
* Commit a first version of an iso 14443 layer 2 and a passive sniffer. Works f...henryk2008-02-091-1/+1
* Commit status quo. Partly or severely broken.henryk2008-02-021-5/+10
* Play with transfer sizeshenryk2007-12-191-7/+44
* Get SSC_MODE_14443A workinghenryk2007-12-161-2/+7
* Record size of SSC RX DMA buffers in transfers, much clearerhenryk2007-12-151-3/+3
* Standard state is still idlehenryk2007-12-151-2/+2
* Further the distinction between SSC and PDC transfersizehenryk2007-12-151-6/+8
* Prepare generic ISO 14443A reception mode (no short/standard distinction), pr...henryk2007-12-151-7/+15
* Fix consistency checkhenryk2007-12-151-14/+11
* Sanitize and clarify the len handling in rx buffers.henryk2007-12-141-2/+4
* Add complicated mechanism that should have brought clock cycle accurate measu...henryk2007-12-121-0/+1
* Add new miller decoder (not working yet)henryk2007-12-121-10/+17
* Several modifications to enable spinning until the correct phase is reached i...henryk2007-12-111-8/+29
* Clean up SSC performance metric reportinghenryk2007-12-091-1/+1
* Make it possible to send long frames for debugginghenryk2007-12-091-33/+65
* Fix stupid buffer leakage code in standard modehenryk2007-12-061-0/+1
* Add a kludge to make repetitive sends working. For some obscure reason the fi...henryk2007-12-051-0/+4
* Revamp SSC buffer handling, should severely reduce buffer leakagehenryk2007-12-051-42/+25
* ATQA needs to be transmitted with parityhenryk2007-12-031-1/+1
* Fix copy and paste error in prefill_bufferhenryk2007-12-031-1/+8
* Fix power-on logic for the case that the card is already in the fieldhenryk2007-11-301-26/+25
* Move to prefilling the transmit buffer for faster ATQA responsehenryk2007-11-291-32/+50
* Print relevant SSC registershenryk2007-11-271-0/+1
* Restructure irq handling for setting tc_fdt (works now) and to get most iso s...henryk2007-11-261-6/+86
* Prepare transmission codehenryk2007-11-261-3/+52
* Add load modulation and encoding/decoding code from haraldhenryk2007-11-241-3/+12
* Commit status quo (pending cleanup of the debug and experimental code that I ...henryk2007-11-231-0/+4
* Refactor frame print code out and use in iso14443_layer3ahenryk2007-11-221-3/+11
* Commit status quo: Start adding iso 14443 layer 3a codehenryk2007-11-211-0/+143
personal git repositories of Harald Welte. Your mileage may vary