summaryrefslogtreecommitdiffstats
path: root/nuttx/drivers/usbdev
AgeCommit message (Expand)AuthorFilesLines
2012-06-12Fix PL2303 typo checked in a long time ago; NFS updatepatacongo1-1/+1
2012-05-25Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2-4/+22
2012-04-25Fix infinite loop in CDC/ACM driverpatacongo1-8/+10
2012-04-23Rename some USB device filespatacongo4-6/+6
2012-04-13Minor kconfig fixespatacongo1-2/+2
2012-04-13Kconfig updatepatacongo1-0/+448
2012-04-12Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo4-21/+36
2012-04-12Working for missing logic to get EP0 OUT DATApatacongo1-0/+3
2012-04-11Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo1-1/+1
2012-04-11Fix CDC/ACM alternate interface number (from Antti)patacongo1-2/+2
2012-04-09Modify configuration for use with STM32 OTG FS driver testingpatacongo1-1/+1
2012-04-06Add kconfig documentationpatacongo1-1/+1
2012-04-06Adding skeleton Kconfig files (part 1 of 2)patacongo1-0/+4
2012-03-21Move serial header files to include/nuttx/serialpatacongo2-2/+2
2012-03-21Move file-system header files to include/nuttx/fspatacongo2-3/+3
2012-03-19Minor updates for PIC32 USB device driver bugspatacongo1-5/+7
2012-03-18The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo1-23/+23
2012-03-17Fix reported USB MSC product/revisionpatacongo1-1/+1
2012-03-16Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ...patacongo1-2/+3
2012-03-06Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2-4/+4
2012-02-28Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2-14/+65
2012-01-31Can't use 'class' as a field name! Backward conditional compilation in usbmsc.cpatacongo4-13/+12
2012-01-29Correct a typo in STM32 I2C3 supportpatacongo1-2/+6
2012-01-27Most USB Composite device debugpatacongo5-20/+60
2012-01-27The composite USB device is basically functional (more testing needed)patacongo3-210/+220
2012-01-27First round of changes from debug of USB composite device (still has problems)patacongo7-43/+99
2012-01-26Add a text for the new composite USB devicepatacongo4-13/+62
2012-01-26More USB composite device logicpatacongo4-32/+70
2012-01-26Major restructuring of CLASS<->driver interface to better support composite U...patacongo5-123/+278
2012-01-26More clean up of namespacepatacongo6-12/+12
2012-01-25More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo8-624/+624
2012-01-25Fixes on reverification of USB mass storage classpatacongo2-5/+43
2012-01-25Massive name change USB STRG -> USB MSCpatacongo7-963/+963
2012-01-25Progress toward composite CDC/ACM+MSC USB devicepatacongo10-279/+974
2012-01-24Lots of re-organization -- getting ready to support a composite USB devicepatacongo15-237/+1094
2011-10-04ADS7843E driver is code completepatacongo1-0/+0
2011-09-28Cosmetic changes to fat and mass storage devicepatacongo2-6/+9
2011-09-27A couple of files were not addedpatacongo2-0/+596
2011-09-27Move MSC descriptors to a separate file; File 13 char long file names.patacongo5-488/+305
2011-09-27Separate all CDC ACM descriptors into a separate C filepatacongo5-525/+780
2011-09-27CDC ACM fixespatacongo1-4/+13
2011-09-26Add examples/usbtermpatacongo1-1/+14
2011-09-16A little progress with CDC ACM driverpatacongo1-8/+13
2011-09-15More CDC serial updatespatacongo1-7/+127
2011-09-13Add CDC ACM serial class device driverpatacongo3-239/+329
2011-09-12Working toward CDC serial USB devicepatacongo1-0/+2259
2011-07-26Correct USB mass storage memory leakpatacongo1-8/+9
2011-06-20Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo1-2/+2
2011-05-16Add initial CC1101 wireless logic from Urospatacongo1-8/+15
2011-04-07I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo1-31/+3