proxmark3/include
AntiCat da05bc6eca Legic: rewrite reader to use xcorrelation and precise timing (#654)
* Legic: rewrite reader to use xcorrelation and precise timing
 - Even tough Legic tags transmit just AM, receiving using
   xcorrelation results in a significantly better signal
   quality.
 - Switching from bit bang to a hardware based ssc frees
   up CPU time for other tasks e.g. prng and demodulation
 - Having all times based on a fixed ts, results in perfect
   rwd-tag synchronization without magic +/- calculations.
* hi_read_tx: remove jerry-riged hysteresis based receiver
- This feature got obsolete by a x-correlation based receiver.
* Legic: adjusted sampling to new ssp clock speed
- Sampling is 4 times faster and pipeline daly reduced to 1/4.
 The new code samples each bit earyler to account for the
 shorter pipeline. That introduced bit errors by leeking the
 next bit into the current one.
* Legic: average 8 samples for better noise rejection.
* Update CHANGELOG.md
2018-08-20 22:29:34 +02:00
..
at91sam7s512.h
common.h simplify some code, add comments 2016-03-19 00:09:58 -04:00
config_gpio.h
hitag2.h hitag2 write (#310) 2017-07-05 20:16:54 +02:00
hitagS.h Remove local armsrc/stdint.h and fix some other #includes 2017-03-06 19:22:35 +01:00
legic.h Legic: rewrite reader to use xcorrelation and precise timing (#654) 2018-08-20 22:29:34 +02:00
legic_prng.h
mifare.h moved includes, added clear_trace flag (it was there...) and fixed multiapdu iso14443 stream 2017-11-03 13:42:38 +02:00
proxmark3.h Code cleanup (#616) 2018-06-13 08:13:20 +02:00
usb_cmd.h Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450) 2017-10-27 09:56:46 +02:00