summaryrefslogtreecommitdiff
path: root/openpicc
Commit message (Expand)AuthorAgeFilesLines
* Revert since the 'faster' version was not correct (and a fixed version was ev...henryk2008-03-151-4/+5
* Fix the clock gating for the new layer 2 codehenryk2008-03-152-7/+33
* Another 36 carrier cycles (is not fully correct though)henryk2008-03-141-1/+13
* Enhances timing by 14 carrier cycleshenryk2008-03-141-5/+4
* Faked anticollision working now. During stress test (OpenPCD reqa firmware in...henryk2008-03-147-39/+67
* Better Outputhenryk2008-03-142-3/+4
* Add T/C based receiver code with integrated miller decoderhenryk2008-03-1419-132/+400
* Add forgotten sanity checkhenryk2008-03-131-0/+1
* Remove SSC DMA Rx buffers that are not going to be used for now and take up p...henryk2008-03-122-1/+8
* 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-102-135/+137
* Add performance measurement codehenryk2008-03-109-65/+276
* Add size printouts before and after compilationhenryk2008-03-091-1/+11
* Fix sendinghenryk2008-03-094-21/+126
* convert pio irq isr to a switching isrhenryk2008-03-054-11/+19
* Port over the differential miller decoder from the sniffonly host toolhenryk2008-03-0515-35/+523
* Copy over the relevant changes from the sniffonly branch pending integrationhenryk2008-03-0511-119/+228
* Forgotten commithenryk2008-03-051-0/+6
* anticol working more often nowhenryk2008-03-042-0/+7
* Pretender does now do anticol. At least in some cases.henryk2008-03-031-47/+48
* Sending seems to be reliable now.henryk2008-03-034-14/+63
* Implement transmissionhenryk2008-03-0310-43/+495
* Forgotten include filehenryk2008-03-021-0/+96
* Add pwm led code from sniffonly branchhenryk2008-03-014-19/+128
* New cleaned-up (and then messed up again) SSC codehenryk2008-02-2918-1098/+943
* Add information about new hardware patchlevelhenryk2008-02-292-3/+19
* Modifications to USB code to allow blocks of more than 1 byte to be more effi...henryk2008-02-202-7/+34
* Framework to support run-time hardware selection. Future hardware releases sh...henryk2008-02-1111-73/+149
* Add command to toggle PLL inhibitionhenryk2008-02-113-1/+13
* Remove old OpenBeacon remnantshenryk2008-02-091-28/+0
* Commit a first version of an iso 14443 layer 2 and a passive sniffer. Works f...henryk2008-02-098-46/+389
* Factor out time print code and enhance ithenryk2008-02-032-12/+29
* Change order on these two because otherwise unloading while IRQs are still en...henryk2008-02-031-1/+1
* Commit status quo. Partly or severely broken.henryk2008-02-026-14/+36
* Use finer grained #ifdef's for the new board's featureshenryk2007-12-214-5/+15
* Add SSC_DATA_GATE supporthenryk2007-12-204-3/+34
* New hardware versionhenryk2007-12-195-9/+55
* Play with transfer sizeshenryk2007-12-193-10/+68
* Optimizing (disabling debugging reduces time spent in decoder from 460us to 60ushenryk2007-12-171-20/+43
* That comment is not true anymorehenryk2007-12-161-6/+1
* Get SSC_MODE_14443A workinghenryk2007-12-163-9/+28
* Record size of SSC RX DMA buffers in transfers, much clearerhenryk2007-12-157-20/+89
* Standard state is still idlehenryk2007-12-151-2/+2
* Further the distinction between SSC and PDC transfersizehenryk2007-12-155-18/+24
* Prepare generic ISO 14443A reception mode (no short/standard distinction), pr...henryk2007-12-154-25/+51
* Implement unrolled loop, have not yet measured performancehenryk2007-12-151-59/+42
* Fix consistency checkhenryk2007-12-153-19/+21
* Sanitize and clarify the len handling in rx buffers.henryk2007-12-145-28/+44
* Add complicated mechanism that should have brought clock cycle accurate measu...henryk2007-12-122-3/+38
* Add new miller decoder (not working yet)henryk2007-12-129-35/+187
personal git repositories of Harald Welte. Your mileage may vary