summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/dm320/dm320_usbdev.c
Commit message (Expand)AuthorAgeFilesLines
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-5/+15
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-3/+3
* Fix issues detected by CppCheck toolpatacongo2011-01-191-3/+3
* Create include/nuttx/usb directorypatacongo2010-12-141-4/+4
* Fixes for recent header file reorganizationpatacongo2009-12-281-0/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-101/+103
* Need to restart write queue after stalled endpoint resumedpatacongo2008-10-281-3/+7
* Fix read failures when OUT req size > maxpacketpatacongo2008-10-271-23/+18
* Correct error in end-of-request handlingpatacongo2008-10-271-6/+6
* Fix to handle requests larger than maxpacketpatacongo2008-10-251-3/+6
* Last option in configure; ep address in ep structpatacongo2008-10-091-26/+46
* Update commentspatacongo2008-10-081-0/+5
* test and integration updatespatacongo2008-10-071-57/+80
* Add DM320 USB device side driverpatacongo2008-10-071-0/+2516