summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev/cdcacm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-251-2/+11
* Fix infinite loop in CDC/ACM driverpatacongo2012-04-251-8/+10
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-8/+15
* Working for missing logic to get EP0 OUT DATApatacongo2012-04-121-0/+3
* Modify configuration for use with STM32 OTG FS driver testingpatacongo2012-04-091-1/+1
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-061-2/+2
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-281-14/+57
* The composite USB device is basically functional (more testing needed)patacongo2012-01-271-204/+210
* Add a text for the new composite USB devicepatacongo2012-01-261-2/+2
* More USB composite device logicpatacongo2012-01-261-0/+1
* Major restructuring of CLASS<->driver interface to better support composite U...patacongo2012-01-261-22/+55
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-251-206/+206
* Fixes on reverification of USB mass storage classpatacongo2012-01-251-1/+39
* Progress toward composite CDC/ACM+MSC USB devicepatacongo2012-01-251-56/+123
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-241-0/+2003