summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev
Commit message (Expand)AuthorAgeFilesLines
* 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
* ADS7843E driver is code completepatacongo2011-10-041-0/+0
* Cosmetic changes to fat and mass storage devicepatacongo2011-09-282-6/+9
* A couple of files were not addedpatacongo2011-09-272-0/+596
* Move MSC descriptors to a separate file; File 13 char long file names.patacongo2011-09-275-488/+305
* Separate all CDC ACM descriptors into a separate C filepatacongo2011-09-275-525/+780
* CDC ACM fixespatacongo2011-09-271-4/+13
* Add examples/usbtermpatacongo2011-09-261-1/+14
* A little progress with CDC ACM driverpatacongo2011-09-161-8/+13
* More CDC serial updatespatacongo2011-09-151-7/+127
* Add CDC ACM serial class device driverpatacongo2011-09-133-239/+329
* Working toward CDC serial USB devicepatacongo2011-09-121-0/+2259
* Correct USB mass storage memory leakpatacongo2011-07-261-8/+9
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-2/+2
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-8/+15
* 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-062-14/+16
* Rename usb_storage.h to storage.hpatacongo2011-01-123-3/+3
* typospatacongo2010-12-181-5/+5
* USB host MS class compilespatacongo2010-12-161-1/+1
* Add drivers/usbhostpatacongo2010-12-141-2/+2
* Create include/nuttx/usb directorypatacongo2010-12-146-16/+16
* USB class drivers need to call DEV_CONNECTpatacongo2010-12-044-23/+44
* Fix compile error in usbdev_serial.cpatacongo2010-08-181-3/+3
* Important fixed to USB storage and SCSI state machine from David Hewsonpatacongo2010-04-042-57/+92
* Fix compilation bugs when DUALSPEED is enabledpatacongo2010-03-283-19/+20
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-156-242/+264
* Should not returned queued read requests on a resetpatacongo2009-12-012-8/+8
* Extend USB trace logicpatacongo2009-11-023-174/+262
* Extend USB trace logicpatacongo2009-11-021-1/+1
* typopatacongo2009-10-311-1/+1
* Fixes for DEBUG=ON compilation problemspatacongo2009-10-291-2/+2
* More USB macros; fix warningspatacongo2009-10-271-4/+4
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-163-46/+46
* Same as last check-in, just implemented more sanelypatacongo2009-06-122-7/+7