summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev/usbdev_serial.c
Commit message (Expand)AuthorAgeFilesLines
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-241-2216/+0
* Add CDC ACM serial class device driverpatacongo2011-09-131-8/+2
* I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo2011-04-071-31/+3
* Fixes for kernel stub buildspatacongo2011-04-061-5/+6
* Create include/nuttx/usb directorypatacongo2010-12-141-3/+3
* USB class drivers need to call DEV_CONNECTpatacongo2010-12-041-0/+10
* Fix compile error in usbdev_serial.cpatacongo2010-08-181-3/+3
* Fix compilation bugs when DUALSPEED is enabledpatacongo2010-03-281-9/+9
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-79/+83
* Fixes for DEBUG=ON compilation problemspatacongo2009-10-291-2/+2
* More USB macros; fix warningspatacongo2009-10-271-4/+4
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-20/+20
* Add poll method to serial driverspatacongo2008-11-171-33/+26
* Fix to handler transfers larger than one requestpatacongo2008-10-251-2/+4
* typopatacongo2008-10-201-1/+1
* Remove some duplicate logicpatacongo2008-10-171-16/+13
* Fix uninitialized variablepatacongo2008-10-171-22/+48
* typopatacongo2008-10-151-1/+1
* 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
* 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
* test and integration updatespatacongo2008-10-071-2/+3
* Misc fixes from test and integrationpatacongo2008-10-071-18/+54
* Fix interrupt EP intervalpatacongo2008-10-071-41/+77
* Add USB serial driverpatacongo2008-10-061-0/+1860