summaryrefslogtreecommitdiff
path: root/firmware/src
Commit message (Expand)AuthorAgeFilesLines
...
* - iterate over all PIO, not only starting from 27 ?!?laforge2006-12-181-1/+2
* add DAC driver that was missed two commits agolaforge2006-12-182-0/+77
* add void AT91F_DBGU_Fini prototype to header filelaforge2006-12-181-0/+1
* - add new DAC driver (instead of poti) for PICClaforge2006-12-188-29/+110
* add some more debug statementslaforge2006-12-181-5/+6
* add new 'main_mifare' firmware to demonstrate in-reader librfid mifarelaforge2006-11-281-0/+279
* - add svn:ignore property to make 'svn st' output more realisticlaforge2006-10-1532-1983/+858
* - read fifo _length_, not fifo datalaforge2006-10-041-2/+1
* v0.4 of the readers uses a different pin for the USB pulluplaforge2006-10-045-4/+25
* - add read of serial number via usblaforge2006-10-041-2/+7
* add feature to write full register setlaforge2006-10-041-1/+33
* - first working tested version if system_irq demuxlaforge2006-10-045-57/+98
* move udp irq/refill back to flash for nowlaforge2006-10-042-4/+4
* reduce number of large request contexts to four, should be sufficient for nowlaforge2006-10-041-1/+1
* - add function to read RC632 serial number laforge2006-10-031-0/+14
* - we have to respond with a STALL to SET_CONFIGURATIONlaforge2006-10-031-31/+33
* - add proper system interrupt (shared) demultiplexing codelaforge2006-10-017-16/+200
* synchronize bit clock based on software trigger (needed for cdiv_sync)laforge2006-10-011-1/+2
* - add command to read rc632 serial number via USBlaforge2006-10-011-0/+11
* add support for cdiv (sample clock) bit clock synchronizationlaforge2006-10-012-0/+108
* re-define REQ_CTX_STATE_FREE != 0 to detect bugslaforge2006-10-011-1/+1
* initialize req_ctx state as free.laforge2006-10-011-0/+1
* clean up dbgu startup printout laforge2006-10-011-8/+8
* split irq handler in two parts to make it callable from FIQlaforge2006-10-011-2/+10
* - finish implementation of timers based on PITlaforge2006-10-014-1/+217
* - add (currently inactive) code for the watch dog timerlaforge2006-09-303-5/+23
* - introduce FIQ stack of 1k (way too large, but we might have debug...)laforge2006-09-302-31/+148
* acknowledge SET_INTERFACE requestlaforge2006-09-301-1/+3
* - Add revision to USB descriptorlaforge2006-09-301-1/+1
* add stub for later implementation of suspend/resumelaforge2006-09-301-2/+11
* - more accurate (and USB compliant) state transitionslaforge2006-09-302-45/+161
* - free all pending contexts when endpoint is being resetlaforge2006-09-301-5/+7
* - add dbgu key '9' for software resetlaforge2006-09-271-4/+8
* - increase number of large (2k) contextx to 8laforge2006-09-272-4/+5
* - fix minor issues with USB string supportlaforge2006-09-253-3/+3
* - Include tool for Converting ASCII to UTF-16LE in C-Headerlaforge2006-09-257-49/+96
* use officially assigned usb vendor and product id'slaforge2006-09-252-5/+7
* disalbe rc632 register level debugging by defaultlaforge2006-09-231-1/+1
* - fix return value in case of unknown commandlaforge2006-09-231-1/+1
* - Implement runtime DFU switching and reset-after-update. This meanslaforge2006-09-232-17/+41
* add reset key '9' to dfu dbgu codelaforge2006-09-231-0/+5
* make sure DFU loader always prints some informational / copyright message upo...laforge2006-09-223-26/+28
* - move large rctx definitions to req_ctx.hlaforge2006-09-2210-120/+222
* - we increase the DFU size from 4k to 16k size. This is mainly due to thelaforge2006-09-224-23/+59
* fix completely broken logic of processing pending outbound packets. We now dolaforge2006-09-221-17/+5
* fix a wrong memset length (we want length of atqa, not length of the pointer ...laforge2006-09-221-1/+1
* DFU works (fix various bugs such as forgetting to shift the page number, chec...laforge2006-09-215-88/+167
* some code cleanuplaforge2006-09-211-7/+15
* use POSITIVE_EDGE as a workaround to the irq storm if HIGH_LEVEL is used. Th...laforge2006-09-211-1/+5
* add some debugging output to flash_page()laforge2006-09-211-1/+6
personal git repositories of Harald Welte. Your mileage may vary