summaryrefslogtreecommitdiff
path: root/openpicc/application/ssc_picc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-021-7/+8
* Use finer grained #ifdef's for the new board's featureshenryk2007-12-211-0/+6
* Add SSC_DATA_GATE supporthenryk2007-12-201-0/+15
* Play with transfer sizeshenryk2007-12-191-2/+11
* That comment is not true anymorehenryk2007-12-161-6/+1
* Get SSC_MODE_14443A workinghenryk2007-12-161-6/+20
* Record size of SSC RX DMA buffers in transfers, much clearerhenryk2007-12-151-6/+64
* Further the distinction between SSC and PDC transfersizehenryk2007-12-151-9/+9
* Prepare generic ISO 14443A reception mode (no short/standard distinction), pr...henryk2007-12-151-18/+23
* Fix consistency checkhenryk2007-12-151-2/+8
* Sanitize and clarify the len handling in rx buffers.henryk2007-12-141-8/+10
* Several modifications to enable spinning until the correct phase is reached i...henryk2007-12-111-2/+13
* Clean up SSC performance metric reportinghenryk2007-12-091-8/+22
* Prevent late frames by spinning in SSC CP0 IRQ till end of short frame receptionhenryk2007-12-091-1/+17
* Make it possible to send long frames for debugginghenryk2007-12-091-1/+1
* Count and print late frameshenryk2007-12-091-0/+8
* Fix stupid buffer leakage code in standard modehenryk2007-12-061-3/+4
* Obsolete commenthenryk2007-12-051-2/+0
* Add a kludge to make repetitive sends working. For some obscure reason the fi...henryk2007-12-051-0/+2
* Revamp SSC buffer handling, should severely reduce buffer leakagehenryk2007-12-051-109/+144
* remove old debugging #ifdef'shenryk2007-12-051-13/+4
* * Reduce leaking of TX buffershenryk2007-12-031-1/+11
* Fix SSC TX registers (especially the clock source selection), peripheral conf...henryk2007-11-291-6/+39
* Print relevant SSC registershenryk2007-11-271-2/+2
* Restructure irq handling for setting tc_fdt (works now) and to get most iso s...henryk2007-11-261-66/+36
* Remove unusedhenryk2007-11-261-67/+0
* Prepare transmission codehenryk2007-11-261-49/+46
* Add a work around to have each pio data change fiq followed by a regular IRQ ...henryk2007-11-231-3/+0
* Commit status quo (pending cleanup of the debug and experimental code that I ...henryk2007-11-231-13/+10
* Remove obsolete codehenryk2007-11-221-28/+6
* Commit status quo: Start adding iso 14443 layer 3a codehenryk2007-11-211-0/+1
* Checking in status quo: Can currently receive and print frames in ssc continu...henryk2007-11-211-124/+191
* Move some definitions to header filehenryk2007-11-191-9/+0
* Rewrite irq handlers according to the new information in http://www.freertos....henryk2007-11-141-3/+8
* Slight progress, still: enabling tc_fdt crashes the processor after some bitshenryk2007-11-131-0/+3
* Add code modules for tc_fdt, tc_cdiv_sync, tc_cdiv, ssc_picchenryk2007-11-111-0/+589
personal git repositories of Harald Welte. Your mileage may vary