summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/dm320/dm320_usbdev.c
Commit message (Expand)AuthorAgeFilesLines
* Various issues/bugs detected by cppcheckGregory Nutt2014-11-241-0/+2
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* More trailing whilespace removalGregory Nutt2014-04-131-6/+6
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-5/+6
* 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