aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev
Commit message (Expand)AuthorAgeFilesLines
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-062-4/+4
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-282-14/+65
* Can't use 'class' as a field name! Backward conditional compilation in usbmsc.cpatacongo2012-01-314-13/+12
* Correct a typo in STM32 I2C3 supportpatacongo2012-01-291-2/+6
* Most USB Composite device debugpatacongo2012-01-275-20/+60
* The composite USB device is basically functional (more testing needed)patacongo2012-01-273-210/+220
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-277-43/+99
* Add a text for the new composite USB devicepatacongo2012-01-264-13/+62
* More USB composite device logicpatacongo2012-01-264-32/+70
* Major restructuring of CLASS<->driver interface to better support composite U...patacongo2012-01-265-123/+278
* More clean up of namespacepatacongo2012-01-266-12/+12
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-258-624/+624
* Fixes on reverification of USB mass storage classpatacongo2012-01-252-5/+43
* Massive name change USB STRG -> USB MSCpatacongo2012-01-257-963/+963
* Progress toward composite CDC/ACM+MSC USB devicepatacongo2012-01-2510-279/+974
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-2415-237/+1094
* Completes coding of the PWM modulepatacongo2011-12-1913-0/+11043