summaryrefslogtreecommitdiff
path: root/openpcd/firmware
Commit message (Expand)AuthorAgeFilesLines
* fix typo(no author)2006-09-091-1/+1
* remove old comment(no author)2006-09-091-9/+0
* - cleanup of comments in TC/SSC PCD/PICC spearation(no author)2006-09-094-12/+84
* remove old files(no author)2006-09-092-61/+0
* rename tc files(no author)2006-09-092-0/+60
* we now only have the tc_fdt part of the TC driver in the PICC section(no author)2006-09-092-98/+8
* TC_CDIV (carrier divisor) is part of both PICC and PCD, move it to 'os'(no author)2006-09-092-0/+124
* improve eeprom reading routine (no author)2006-09-091-10/+18
* rename ssc to picc_ssc(no author)2006-09-091-0/+0
* rename ssc to 'picc ssc' code(no author)2006-09-091-0/+0
* - cosmetic cleanup(no author)2006-09-0916-24/+26
* - move rc632 specific debug commands from dbgu to main_dumbreader(no author)2006-09-092-22/+32
* update dfu_api to new address (no author)2006-09-091-1/+1
* add verbose PIO A mapping comment(no author)2006-09-091-0/+50
* - major reorganization, split source tree in(no author)2006-09-0943-196/+319
* Add DFU support (unfinished, doesn't actually flash yet)(no author)2006-09-059-142/+417
* add ADC command class (no author)2006-09-041-1/+5
* - remove bogus case '8'(no author)2006-08-251-2/+0
* commit missing header file(no author)2006-08-251-0/+31
* - add unfinished support for DFU (up to now state machine switching works, in...(no author)2006-08-256-203/+854
* - fix include path(no author)2006-08-251-1/+3
* - use exception vector handlers in RAM rather ROM (required for DFU to work)(no author)2006-08-253-117/+138
* fix compilation without DEBUG=1(no author)2006-08-231-1/+3
* - enable ALWAYS_RESPOND(no author)2006-08-231-1/+3
* explicitly disable lots of PICC side code(no author)2006-08-231-0/+8
* - fix size for request contexts to 64 bytes(no author)2006-08-231-4/+7
* - add support for filling second TX packet in FIFO while first is transmittin...(no author)2006-08-231-36/+48
* - add some more comment(no author)2006-08-232-0/+6
* - fix OPENPCD_REG_MAX typo(no author)2006-08-231-1/+17
* add SSC code mostly for PICC side. This needs to be separated cleanly later.(no author)2006-08-232-36/+197
* add usb benchmarking firmware code(no author)2006-08-233-29/+65
* remove bogus ;(no author)2006-08-231-1/+1
* - stop SSC with 'S'(no author)2006-08-231-6/+11
* flush debug buffer from main loop(no author)2006-08-231-0/+1
* use a 4k sized ringbuffer instead of synchronously transmitting serial(no author)2006-08-231-3/+101
* some initial code for PICC side(no author)2006-08-236-0/+423
* fix ACK_BANK0 case of control transfer (missing ampersand)(no author)2006-08-231-1/+1
* usb benchmarking firmware(no author)2006-08-221-0/+69
* fix comment(no author)2006-08-201-1/+2
* - main_reqa: add mode to send deterministic ISO14443A frame(no author)2006-08-202-3/+31
* add some code for new TC2 based FDT timer(no author)2006-08-172-1/+38
* disable linux memcpy implementation because of missing alignment traps(no author)2006-08-171-1/+2
* - introduce ALWAYS_RESPOND #define to determine whether we should always send(no author)2006-08-161-2/+8
* use attribute(packed) for 14443B structures, where apropriate(no author)2006-08-161-2/+2
* - make USB IRQ Debug conditional to DEBUG_UDP_IRQ #define(no author)2006-08-161-19/+29
* add OPENPC_REG_MAX definition(no author)2006-08-161-0/+2
* - move usb incoming packet handling into respective subsystems(no author)2006-08-1610-131/+276
* add REG_MAX definition(no author)2006-08-111-0/+2
* remove four bytes (2* u_int16_t) from every 'sctruct openpcd_hdr'(no author)2006-08-113-24/+25
* add DEBUG=1 doc(no author)2006-08-091-0/+2
personal git repositories of Harald Welte. Your mileage may vary