summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev
Commit message (Collapse)AuthorAgeFilesLines
* Extend CDC/ACM driver so that can be connected/disconnected under software ↵patacongo2012-02-282-14/+65
| | | | | | control; Add new NSH commands sercon and serdis that will connect and disconnect the CDC/ACM serial device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4436 42af7a65-404d-4744-a932-0658087f49c3
* Can't use 'class' as a field name! Backward conditional compilation in usbmsc.cpatacongo2012-01-314-13/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4350 42af7a65-404d-4744-a932-0658087f49c3
* Correct a typo in STM32 I2C3 supportpatacongo2012-01-291-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4345 42af7a65-404d-4744-a932-0658087f49c3
* Most USB Composite device debugpatacongo2012-01-275-20/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4344 42af7a65-404d-4744-a932-0658087f49c3
* The composite USB device is basically functional (more testing needed)patacongo2012-01-273-210/+220
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4343 42af7a65-404d-4744-a932-0658087f49c3
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-277-43/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4342 42af7a65-404d-4744-a932-0658087f49c3
* Add a text for the new composite USB devicepatacongo2012-01-264-13/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4341 42af7a65-404d-4744-a932-0658087f49c3
* More USB composite device logicpatacongo2012-01-264-32/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4340 42af7a65-404d-4744-a932-0658087f49c3
* Major restructuring of CLASS<->driver interface to better support composite ↵patacongo2012-01-265-123/+278
| | | | | | USB devices git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4339 42af7a65-404d-4744-a932-0658087f49c3
* More clean up of namespacepatacongo2012-01-266-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4338 42af7a65-404d-4744-a932-0658087f49c3
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-258-624/+624
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4337 42af7a65-404d-4744-a932-0658087f49c3
* Fixes on reverification of USB mass storage classpatacongo2012-01-252-5/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4336 42af7a65-404d-4744-a932-0658087f49c3
* Massive name change USB STRG -> USB MSCpatacongo2012-01-257-963/+963
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4334 42af7a65-404d-4744-a932-0658087f49c3
* Progress toward composite CDC/ACM+MSC USB devicepatacongo2012-01-2510-279/+974
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4332 42af7a65-404d-4744-a932-0658087f49c3
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-2415-237/+1094
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4329 42af7a65-404d-4744-a932-0658087f49c3
* ADS7843E driver is code completepatacongo2011-10-041-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4018 42af7a65-404d-4744-a932-0658087f49c3
* Cosmetic changes to fat and mass storage devicepatacongo2011-09-282-6/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3985 42af7a65-404d-4744-a932-0658087f49c3
* A couple of files were not addedpatacongo2011-09-272-0/+596
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3984 42af7a65-404d-4744-a932-0658087f49c3
* Move MSC descriptors to a separate file; File 13 char long file names.patacongo2011-09-275-488/+305
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3983 42af7a65-404d-4744-a932-0658087f49c3
* Separate all CDC ACM descriptors into a separate C filepatacongo2011-09-275-525/+780
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3982 42af7a65-404d-4744-a932-0658087f49c3
* CDC ACM fixespatacongo2011-09-271-4/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3981 42af7a65-404d-4744-a932-0658087f49c3
* Add examples/usbtermpatacongo2011-09-261-1/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3976 42af7a65-404d-4744-a932-0658087f49c3
* A little progress with CDC ACM driverpatacongo2011-09-161-8/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3959 42af7a65-404d-4744-a932-0658087f49c3
* More CDC serial updatespatacongo2011-09-151-7/+127
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3954 42af7a65-404d-4744-a932-0658087f49c3
* Add CDC ACM serial class device driverpatacongo2011-09-133-239/+329
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3953 42af7a65-404d-4744-a932-0658087f49c3
* Working toward CDC serial USB devicepatacongo2011-09-121-0/+2259
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3952 42af7a65-404d-4744-a932-0658087f49c3
* Correct USB mass storage memory leakpatacongo2011-07-261-8/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3820 42af7a65-404d-4744-a932-0658087f49c3
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3728 42af7a65-404d-4744-a932-0658087f49c3
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-8/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3617 42af7a65-404d-4744-a932-0658087f49c3
* I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ↵patacongo2011-04-071-31/+3
| | | | | | stuff git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3479 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for kernel stub buildspatacongo2011-04-062-14/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3473 42af7a65-404d-4744-a932-0658087f49c3
* Rename usb_storage.h to storage.hpatacongo2011-01-123-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3243 42af7a65-404d-4744-a932-0658087f49c3
* typospatacongo2010-12-181-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3192 42af7a65-404d-4744-a932-0658087f49c3
* USB host MS class compilespatacongo2010-12-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3186 42af7a65-404d-4744-a932-0658087f49c3
* Add drivers/usbhostpatacongo2010-12-141-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3171 42af7a65-404d-4744-a932-0658087f49c3
* Create include/nuttx/usb directorypatacongo2010-12-146-16/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3170 42af7a65-404d-4744-a932-0658087f49c3
* USB class drivers need to call DEV_CONNECTpatacongo2010-12-044-23/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3159 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile error in usbdev_serial.cpatacongo2010-08-181-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2867 42af7a65-404d-4744-a932-0658087f49c3
* Important fixed to USB storage and SCSI state machine from David Hewsonpatacongo2010-04-042-57/+92
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2571 42af7a65-404d-4744-a932-0658087f49c3
* Fix compilation bugs when DUALSPEED is enabledpatacongo2010-03-283-19/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2564 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-156-242/+264
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2343 42af7a65-404d-4744-a932-0658087f49c3
* Should not returned queued read requests on a resetpatacongo2009-12-012-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2294 42af7a65-404d-4744-a932-0658087f49c3
* Extend USB trace logicpatacongo2009-11-023-174/+262
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2212 42af7a65-404d-4744-a932-0658087f49c3
* Extend USB trace logicpatacongo2009-11-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2211 42af7a65-404d-4744-a932-0658087f49c3
* typopatacongo2009-10-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2202 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for DEBUG=ON compilation problemspatacongo2009-10-291-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2186 42af7a65-404d-4744-a932-0658087f49c3
* More USB macros; fix warningspatacongo2009-10-271-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2178 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-163-46/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1890 42af7a65-404d-4744-a932-0658087f49c3
* Same as last check-in, just implemented more sanelypatacongo2009-06-122-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1880 42af7a65-404d-4744-a932-0658087f49c3