summaryrefslogtreecommitdiff
path: root/openpicc/application
Commit message (Expand)AuthorAgeFilesLines
* Make the diffmiller decoder a __ramfunc. Should severely increase decoder spe...henryk2008-05-222-2/+2
* Switch SSC DMA Tx buffer allocation to dynamic, frees about 16k of RAM (the f...henryk2008-05-221-20/+46
* Add code to change uid/nonce on the flyhenryk2008-04-281-0/+44
* Check received length of the frame that is supposed to contain the PCD challengehenryk2008-04-282-5/+30
* Remove obsolete commandhenryk2008-03-211-20/+0
* Add new hardware revision, make it the defaulthenryk2008-03-181-2/+2
* Print error code in case of errorhenryk2008-03-181-1/+3
* set_nonce functionhenryk2008-03-181-24/+35
* this would be the more correct parity valuehenryk2008-03-181-0/+1
* Scale back the debug outputhenryk2008-03-181-6/+38
* Scale back the debug outputhenryk2008-03-181-1/+1
* Remove performance print, it's blocking the IRQ too long which in turn will m...henryk2008-03-181-0/+2
* Actually use the received data for the decision whether to send anticol frameshenryk2008-03-181-4/+8
* Only set up clocks once in the layer 2a codehenryk2008-03-181-6/+17
* Add dynamic UID, nonce encoding on the flyhenryk2008-03-172-26/+92
* Use diffmiller performance measurement toolshenryk2008-03-171-0/+3
* Add performance measurement toolshenryk2008-03-172-0/+23
* Change used interruptshenryk2008-03-171-2/+1
* 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-146-37/+65
* Better Outputhenryk2008-03-142-3/+4
* Add T/C based receiver code with integrated miller decoderhenryk2008-03-1418-130/+397
* 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-108-63/+273
* 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-0512-35/+512
* Copy over the relevant changes from the sniffonly branch pending integrationhenryk2008-03-057-8/+174
* 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-039-41/+492
* 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-2915-1095/+933
* Framework to support run-time hardware selection. Future hardware releases sh...henryk2008-02-118-57/+83
* 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-097-46/+387
* 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-025-14/+35
* Use finer grained #ifdef's for the new board's featureshenryk2007-12-213-5/+11
personal git repositories of Harald Welte. Your mileage may vary