summaryrefslogtreecommitdiff
path: root/firmware/src/os
Commit message (Expand)AuthorAgeFilesLines
* DBGU: Print Reset controller Status Register on bootHarald Welte2011-08-151-0/+4
* USB: Add support for the 3rd DFU interface (RAM)Harald Welte2011-08-151-0/+6
* DFU: add third 'alternate configuration' for RAM loadHarald Welte2011-07-301-7/+7
* add new RUN_FROM_RAM run-mode for direct DFU-to-RAM supportHarald Welte2011-07-301-1/+1
* USB driver: use the DFU-provided function to send EP0 dataHarald Welte2011-07-071-48/+1
* simtrace: add support for the analog bus switchHarald Welte2011-06-161-1/+1
* req_ctx: Increase size of small req_ctx to 128 and have 16 instead of 8Harald Welte2010-11-182-3/+3
* disable USB EP0 debuggingHarald Welte2010-11-141-1/+1
* Use smaller number of request contexts on a SAM64Harald Welte2010-11-131-0/+5
* * move usb descriptors into separate file (src/os/usb_descriptors_openpcd.h)laforge2008-02-234-97/+260
* make sure that WDT_DEBUG is undefinedmeri2007-04-101-1/+3
* decreased USB debug verbosity to allow full debug code inclusionmeri2007-04-101-4/+4
* added watchdog time support and debouncing on power-cyclemeri2007-04-102-6/+7
* added several new USB commands: remote reset, API version and read/write vola...meri2007-04-102-9/+90
* moved flash code to seperate filemeri2007-04-102-0/+73
* - iterate over all PIO, not only starting from 27 ?!?laforge2006-12-181-1/+2
* add void AT91F_DBGU_Fini prototype to header filelaforge2006-12-181-0/+1
* - add new DAC driver (instead of poti) for PICClaforge2006-12-182-4/+15
* - add svn:ignore property to make 'svn st' output more realisticlaforge2006-10-1511-48/+107
* v0.4 of the readers uses a different pin for the USB pulluplaforge2006-10-043-4/+21
* - add read of serial number via usblaforge2006-10-041-2/+7
* - 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
* - we have to respond with a STALL to SET_CONFIGURATIONlaforge2006-10-031-31/+33
* - add proper system interrupt (shared) demultiplexing codelaforge2006-10-016-16/+198
* 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
* 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
* - 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-251-1/+1
* - Include tool for Converting ASCII to UTF-16LE in C-Headerlaforge2006-09-251-30/+30
* use officially assigned usb vendor and product id'slaforge2006-09-251-5/+4
* - move large rctx definitions to req_ctx.hlaforge2006-09-227-102/+205
* fix completely broken logic of processing pending outbound packets. We now dolaforge2006-09-221-17/+5
* some code cleanuplaforge2006-09-211-7/+15
* - Add OpenPICC register definition (and USB command handling)laforge2006-09-2015-95/+234
* move flash code into dfulaforge2006-09-201-45/+0
* fix location of dfu_apilaforge2006-09-201-1/+1
* add GPL disclaimer to all C files that I wrotelaforge2006-09-1314-5/+244
personal git repositories of Harald Welte. Your mileage may vary