summaryrefslogtreecommitdiff
path: root/openpicc
Commit message (Expand)AuthorAgeFilesLines
* Add (#ifdef'ed out) code to measure critical section timing with an LEDhenryk2007-12-042-1/+9
* Graphical explanation of what should/could happen when TC0 RC is re-set to a ...henryk2007-12-032-0/+0
* Disbale tracing again. Maybe that's giving less delay?henryk2007-12-031-1/+1
* ATQA needs to be transmitted with parityhenryk2007-12-031-1/+1
* * Reduce leaking of TX buffershenryk2007-12-033-3/+19
* Fix copy and paste error in prefill_bufferhenryk2007-12-031-1/+8
* Fix FIQ code for SSC TF emulationhenryk2007-12-031-8/+7
* Add dia file with timer design visualisationhenryk2007-12-022-2/+4
* Document the current state of the timers (e.g. what laforge did), partly as a...henryk2007-12-021-0/+59
* Fix power-on logic for the case that the card is already in the fieldhenryk2007-11-301-26/+25
* Fix SSC TX registers (especially the clock source selection), peripheral conf...henryk2007-11-294-7/+65
* Move to prefilling the transmit buffer for faster ATQA responsehenryk2007-11-292-33/+53
* Switch to hardcoded fiq handler implementation directly in the vector table (...henryk2007-11-292-105/+19
* Forgotten filehenryk2007-11-271-0/+5
* Print relevant SSC registershenryk2007-11-273-2/+18
* Restructure irq handling for setting tc_fdt (works now) and to get most iso s...henryk2007-11-265-73/+141
* Added automatic dependency generation to makefilehenryk2007-11-261-2/+11
* Remove unusedhenryk2007-11-261-67/+0
* Prepare transmission codehenryk2007-11-269-112/+265
* Add load modulation and encoding/decoding code from haraldhenryk2007-11-2411-3/+566
* hex and dec ...henryk2007-11-231-1/+1
* Add scale values to the field meterhenryk2007-11-231-2/+5
* Add a work around to have each pio data change fiq followed by a regular IRQ ...henryk2007-11-234-18/+69
* Commit status quo (pending cleanup of the debug and experimental code that I ...henryk2007-11-2311-37/+131
* Remove obsolete codehenryk2007-11-221-28/+6
* Refactor frame print code out and use in iso14443_layer3ahenryk2007-11-222-28/+39
* Add task and command to print a continouos field meterhenryk2007-11-221-1/+54
* new linker file with vector table reservedmeri2007-11-211-3/+8
* Fix hex vs. dechenryk2007-11-211-1/+1
* Add tragically failed (and commented out) attempt to remap ram to addr 0henryk2007-11-211-0/+16
* Revert to revision 336henryk2007-11-211-25/+27
* fixed updated linker filemeri2007-11-211-20/+25
* fixed updated linker filemeri2007-11-211-1/+4
* updated linker filemeri2007-11-211-16/+6
* Commit status quo: Start adding iso 14443 layer 3a codehenryk2007-11-2113-25/+282
* Checking in status quo: Can currently receive and print frames in ssc continu...henryk2007-11-2110-148/+323
* Fight synchronization problemshenryk2007-11-201-3/+31
* Move some definitions to header filehenryk2007-11-192-9/+11
* Add ssc rx start and reboot commandshenryk2007-11-192-2/+25
* Add script to generate compile.hhenryk2007-11-192-2/+29
* Add (ring-)buffered print functions to enable debug output from IRQ handlers ...henryk2007-11-186-8/+130
* Make vLedBlink* more recognizeable on oscilloscopehenryk2007-11-181-2/+2
* Add blink functions (debugging help with oscilloscope)henryk2007-11-162-1/+23
* Rewrite irq handlers according to the new information in http://www.freertos....henryk2007-11-143-9/+23
* Slight progress, still: enabling tc_fdt crashes the processor after some bitshenryk2007-11-136-4/+20
* Get tc_cdiv working (presumably, need to check on the oscilloscope)henryk2007-11-139-13/+84
* Add PIO IRQ counter (and print it in 'c' command)henryk2007-11-136-40/+66
* Add code modules for tc_fdt, tc_cdiv_sync, tc_cdiv, ssc_picchenryk2007-11-1113-1/+1015
* Add pio_irq and pll codehenryk2007-11-118-2/+239
* Add fancy out-of-band successful/failed indicationshenryk2007-11-111-2/+17
personal git repositories of Harald Welte. Your mileage may vary