summaryrefslogtreecommitdiff
path: root/openpcd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add code for PWM controller(no author)2006-08-033-1/+106
* cosmetic cleanup (no author)2006-07-302-121/+90
* add new WUPA and ANTICOL modes(no author)2006-07-301-7/+63
* skip FIFO DATA register to prevent altering fifo state while dumping(no author)2006-07-301-3/+11
* new usb protocol doesn't give feedback for write commands(no author)2006-07-301-4/+0
* - update code to reflect req_ctx changes(no author)2006-07-301-13/+86
* add new DUMPREG command definition(no author)2006-07-301-0/+1
* - export anticol() function(no author)2006-07-301-5/+8
* - use 4.8MHz SPI in case of DMA(no author)2006-07-301-7/+15
* implement request context processing for RC632 interrupt(no author)2006-07-302-12/+40
* implement new request context and interrupt handling(no author)2006-07-302-11/+115
* fix poll interval fields in endpoint descriptors(no author)2006-07-301-3/+3
* introduce new req_ctx api and handling (no author)2006-07-302-26/+38
* more fine-grained debugging primitives(no author)2006-07-301-9/+28
* don't use LOOPBACK on non-olimex boards(no author)2006-07-301-1/+0
* add definition for STALLSENT bit in UDP CSR register(no author)2006-07-301-0/+1
* add definitions for likely/unlikely(no author)2006-07-302-0/+8
* - remove duplicate definition(no author)2006-07-291-9/+3
* don't go into reserved values(no author)2006-07-281-0/+9
* remove all traces of interrupt_utils.h(no author)2006-07-283-3/+0
* - move all librfid-imported header files into include/librfid/(no author)2006-07-2821-71/+758
* - re-enable MFIN/MFOUT code since #defines for PAxx are correct now(no author)2006-07-271-5/+0
* fix MFIN/MFOUT definitions(no author)2006-07-271-2/+2
* export turn_{on,off}_rf functions(no author)2006-07-251-2/+2
* export turn_{on,off}_rf() functions(no author)2006-07-251-18/+30
* - add some comments on what this code does(no author)2006-07-251-2/+18
* make rc632 API compatible with librfid. Import real librfid functions.(no author)2006-07-257-169/+1165
* remove whitespace that causes problem(no author)2006-07-251-2/+2
* dos2unix(no author)2006-07-252-262/+262
personal git repositories of Harald Welte. Your mileage may vary