summaryrefslogtreecommitdiff
path: root/openpcd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added support for "make program" (at91flash)(no author)2006-07-251-0/+8
* updated linker files directory structure(no author)2006-07-254-0/+556
* changed directory structure(no author)2006-07-253-0/+400
* fixed linker/makefile & updated 'board.h'-concept(no author)2006-07-2529-21140/+23
* don't loopback :)(no author)2006-07-241-1/+1
* fix main_reqa build(no author)2006-07-246-128/+314
* remaining changes after half-failing commit(no author)2006-07-245-15/+57
* major rework(no author)2006-07-2435-355/+1679
* - fix fifo read length(no author)2006-07-233-7/+14
* fix clear bit(no author)2006-07-231-1/+1
* implement clear and set bit functions via usb(no author)2006-07-232-25/+24
* add definitions for clear and set bit commands(no author)2006-07-231-9/+13
* add clear bits and set bits functions(no author)2006-07-232-14/+35
* make sure DEBUGP macros work when -DDEBUG is not used(no author)2006-07-231-2/+3
* build for real hardware, not olimex develboard(no author)2006-07-231-3/+3
* implement help message, get and clear bit operations(no author)2006-07-232-52/+100
* - add RC632 Interrupt USB packet generation(no author)2006-07-233-12/+30
* add definition of IRQ "Command"(no author)2006-07-231-0/+2
* add interrupt priority definitions(no author)2006-07-231-0/+4
* - message about not implemented VFIFO stuff(no author)2006-07-231-0/+3
* - reset endpoint in case of CLEAR FEATURE request (data toggle!)(no author)2006-07-231-14/+22
* - increase to 320kHz SPI clock rate(no author)2006-07-231-2/+2
* fix length of returned usb packet(no author)2006-07-231-0/+1
personal git repositories of Harald Welte. Your mileage may vary