summaryrefslogtreecommitdiff
path: root/firmware/src/os
Commit message (Expand)AuthorAgeFilesLines
* convert from u_int*_t to uint*_tHarald Welte2015-09-2824-105/+105
* Allow some USB interrupts to be handled during dbgu_appendMin Xu2014-11-111-1/+3
* Retrieve + print previous PC from stack to debug wdog/spurious IRQMin Xu2014-11-111-3/+15
* change number + qty of small/large req_ctxMin Xu2014-11-112-12/+7
* pcd_enumerate: More complete USB endpoint resettingMin Xu2014-11-111-9/+7
* req_ctx: Keep statistic about number of req_ctx in given stateMin Xu2014-11-113-4/+19
* usbcmd_generic: Add missing \r to DEBUGP()Min Xu2014-11-111-1/+1
* watchdog: print watchdog expiration even in non-debug buildsMin Xu2014-11-111-2/+2
* pcd_enumerate: Avoid disabling interrupt during endpoint refillMin Xu2014-11-111-25/+28
* dbgu: make debug routines re-entrantMin Xu2014-11-113-120/+193
* req_ctx: Change number of small / large req_ctxMin Xu2014-11-111-1/+5
* req_ctx: avoid loop iterations by introducing per-state queuesMin Xu2014-11-112-23/+120
* change req_ctx sizes large 2048->1000; small 128->270Min Xu2014-11-111-2/+2
* req_ctx: Use consistent numeric range for REQ_CTX_STATEMin Xu2014-11-112-21/+24
* wdt: make sure WDT doesn't fire inadvertentlyHarald Welte2012-03-221-6/+13
* disable logging of PIO status in PIO interrupt routineHarald Welte2012-03-221-1/+1
* usb: Do not send ZLP when we have filled the windowv0.4Holger Hans Peter Freyther2011-12-141-25/+29
* 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
personal git repositories of Harald Welte. Your mileage may vary