summaryrefslogtreecommitdiff
path: root/openpcd/firmware
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* don't disable librfid part(no author)2006-08-091-1/+1
* remove unneeded routines(no author)2006-08-091-569/+0
* - import some more low-level routines from linux kenrel arm port to save(no author)2006-08-099-11/+1802
* add unthrottling call(no author)2006-08-081-0/+3
* - import some more library functions from linux kernel(no author)2006-08-086-55/+749
* add automatic throttling and manual un-throttling support(no author)2006-08-082-1/+13
* enable PDC Rx before trying to use it (no author)2006-08-081-0/+2
* prevent CARRIER_DIV_HELP from becoming permanently zero(no author)2006-08-081-2/+8
* Add SSC rx support to PWM firmware, so we can sample what we output ;)(no author)2006-08-081-15/+59
* add SSC code(no author)2006-08-083-1/+171
* major rework of carrier division signals:(no author)2006-08-083-17/+30
* add missing prototype(no author)2006-08-081-0/+1
* don't configure SSC relevant pins in RC632 code(no author)2006-08-081-3/+0
* move more usb related handling into usb_handler.c(no author)2006-08-082-15/+20
* split usb handling from dumbreader main program(no author)2006-08-084-129/+158
* fixup-commit to last one: main_reqa supports TC, not main_pwm.(no author)2006-08-082-29/+30
* add TC code for software-configurable division of carrier clock(no author)2006-08-084-4/+127
* add some more state and PIO constants(no author)2006-08-081-0/+6
* make trigger pulse a bit 'longer'(no author)2006-08-081-0/+3
* - add support for MFOUT and Analog Test switching(no author)2006-08-031-5/+65
* - add some more debugging code(no author)2006-08-031-20/+42
* - fix prototype in header(no author)2006-08-032-1/+4
* fix help message(no author)2006-08-031-8/+8
* add new PWM main program(no author)2006-08-031-0/+198
* - change from PA23 to PA0(no author)2006-08-031-8/+28
* add support for conductance register change via serial port(no author)2006-08-031-1/+33
personal git repositories of Harald Welte. Your mileage may vary