summaryrefslogtreecommitdiff
path: root/openpicc/application/iso14443a_diffmiller.c
Commit message (Expand)AuthorAgeFilesLines
* Make the diffmiller decoder a __ramfunc. Should severely increase decoder spe...henryk2008-05-221-1/+1
* this would be the more correct parity valuehenryk2008-03-181-0/+1
* Add performance measurement toolshenryk2008-03-171-0/+21
* Revert since the 'faster' version was not correct (and a fixed version was ev...henryk2008-03-151-4/+5
* Enhances timing by 14 carrier cycleshenryk2008-03-141-5/+4
* Faked anticollision working now. During stress test (OpenPCD reqa firmware in...henryk2008-03-141-3/+13
* Add T/C based receiver code with integrated miller decoderhenryk2008-03-141-4/+33
* Further optimizations, is now down to 1450 MCK/2 cycles for a 7 bit frame, th...henryk2008-03-101-39/+29
* Further optimisation on the differential miller decoder, is now down to 1750 ...henryk2008-03-101-135/+132
* Add performance measurement codehenryk2008-03-101-6/+13
* Port over the differential miller decoder from the sniffonly host toolhenryk2008-03-051-0/+346
personal git repositories of Harald Welte. Your mileage may vary