summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* - 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-018-18/+202
* 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-012-0/+13
* make gcc happy (signed/unsigned)laforge2006-10-011-2/+2
* 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
* fix gcc complains about 'alarm' shadowing a global declarationlaforge2006-10-011-2/+2
* - finish implementation of timers based on PITlaforge2006-10-014-1/+217
* make sure we actually build the wdt codelaforge2006-09-301-1/+2
* - 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
* add __ramfunc (.ramfunc) to data sectionlaforge2006-09-272-0/+2
* build DFU with correct definitions for PICClaforge2006-09-251-1/+1
* - fix build process of USB string header files (make it work with first 'make...laforge2006-09-253-0/+14
* - fix minor issues with USB string supportlaforge2006-09-254-5/+7
* - Include tool for Converting ASCII to UTF-16LE in C-Headerlaforge2006-09-2511-53/+312
* use officially assigned usb vendor and product id'slaforge2006-09-253-7/+10
* 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-224-28/+30
* - move large rctx definitions to req_ctx.hlaforge2006-09-2212-123/+225
* - we increase the DFU size from 4k to 16k size. This is mainly due to thelaforge2006-09-228-29/+159
* 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-217-93/+176
* 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
* add dfu flash header filelaforge2006-09-201-0/+4
* - add support for flashing to DFUlaforge2006-09-204-54/+59
* re-set SAK during every chaining iteration (Henryk Ploetz)laforge2006-09-201-0/+1
* - Add OpenPICC register definition (and USB command handling)laforge2006-09-2028-186/+486
* - fix linker scripts and Cstartup.S to correctly relocate shared datalaforge2006-09-203-3/+5
personal git repositories of Harald Welte. Your mileage may vary