summaryrefslogtreecommitdiff
path: root/openpicc/application
Commit message (Expand)AuthorAgeFilesLines
* Switch to hardcoded fiq handler implementation directly in the vector table (...henryk2007-11-291-26/+5
* 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-264-72/+140
* Remove unusedhenryk2007-11-261-67/+0
* Prepare transmission codehenryk2007-11-268-111/+264
* Add load modulation and encoding/decoding code from haraldhenryk2007-11-249-3/+558
* 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-233-8/+54
* Commit status quo (pending cleanup of the debug and experimental code that I ...henryk2007-11-237-16/+61
* 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
* Commit status quo: Start adding iso 14443 layer 3a codehenryk2007-11-218-22/+180
* Checking in status quo: Can currently receive and print frames in ssc continu...henryk2007-11-219-147/+321
* 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-191-1/+23
* Add (ring-)buffered print functions to enable debug output from IRQ handlers ...henryk2007-11-185-8/+129
* 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-135-4/+19
* Get tc_cdiv working (presumably, need to check on the oscilloscope)henryk2007-11-136-13/+74
* 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-1111-1/+999
* Add pio_irq and pll codehenryk2007-11-116-2/+236
* Add da_get_value to return the last written valuehenryk2007-11-113-8/+20
* Add distinction between long and short commands, for easier use of toggling t...henryk2007-11-111-3/+36
* Revert 313 and 315 again, I'm too stupid to get DFU working, focus on the app...henryk2007-11-113-74/+1
* Start working at dfu by copying from main openpcd repository (with modificati...henryk2007-11-072-0/+73
* DA code to set the comparator thresholdhenryk2007-11-074-0/+84
* Initial import of FreeRTOS code for OpenPICChenryk2007-11-068-0/+768
personal git repositories of Harald Welte. Your mileage may vary