summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev
Commit message (Expand)AuthorAgeFilesLines
...
* reorder macros, reduce size of request buffer for EP0patacongo2008-10-111-18/+24
* cosmeticpatacongo2008-10-101-9/+10
* Another place where the request size is setpatacongo2008-10-091-0/+5
* Add option to used different request buffer sizespatacongo2008-10-091-22/+39
* Correct emulation of UART RX disabledpatacongo2008-10-091-43/+149
* Missed decoding one trace valuepatacongo2008-10-091-0/+4
* Add last option to configure methodpatacongo2008-10-091-5/+5
* Need to select endpoints actually supported by hardwarepatacongo2008-10-091-10/+19
* cosmeticpatacongo2008-10-081-13/+13
* Restructure so that it does not try to malloc from interrupt levelpatacongo2008-10-081-224/+364
* Add more trace codespatacongo2008-10-081-1/+9
* test and integration updatespatacongo2008-10-072-2/+4
* Misc fixes from test and integrationpatacongo2008-10-071-18/+54
* Add another trace code for class driver callspatacongo2008-10-071-0/+4
* Fix interrupt EP intervalpatacongo2008-10-071-41/+77
* Add USB serial driverpatacongo2008-10-062-1/+1861
* Add debug output if trace disabledpatacongo2008-10-032-2/+171
* USBDEV tracepatacongo2008-09-302-0/+248