summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev
Commit message (Expand)AuthorAgeFilesLines
* Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-202-2/+2
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-47/+82
* The M3 Wildfire port is code complete and ready for testpatacongo2012-09-101-6/+7
* Add LPC31 Kconfigpatacongo2012-09-061-0/+7
* Fix PL2303 typo checked in a long time ago; NFS updatepatacongo2012-06-121-1/+1
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-252-4/+22
* Fix infinite loop in CDC/ACM driverpatacongo2012-04-251-8/+10
* Rename some USB device filespatacongo2012-04-234-6/+6
* Minor kconfig fixespatacongo2012-04-131-2/+2
* Kconfig updatepatacongo2012-04-131-0/+448
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-124-21/+36
* Working for missing logic to get EP0 OUT DATApatacongo2012-04-121-0/+3
* Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo2012-04-111-1/+1
* Fix CDC/ACM alternate interface number (from Antti)patacongo2012-04-111-2/+2
* Modify configuration for use with STM32 OTG FS driver testingpatacongo2012-04-091-1/+1
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move serial header files to include/nuttx/serialpatacongo2012-03-212-2/+2
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-3/+3
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-191-5/+7
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-181-23/+23
* Fix reported USB MSC product/revisionpatacongo2012-03-171-1/+1
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ...patacongo2012-03-161-2/+3
* 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
* 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