summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_usbdev.c
Commit message (Expand)AuthorAgeFilesLines
* Correct USB mass storage memory leakpatacongo2011-07-261-2/+9
* apps/examples/usbstorage can now be built as NSH built-in commands; configs/s...patacongo2011-07-221-51/+88
* Create include/nuttx/usb directorypatacongo2010-12-141-4/+4
* Fixes for recent header file reorganizationpatacongo2009-12-291-1/+0
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-239/+241
* Fix a problem with TX status on resume from stallpatacongo2009-12-011-20/+36
* Should not returned queued read requests on a resetpatacongo2009-12-011-12/+16
* Fix handling of pending OUT transfers; if we clear CTR_RX first, we lose size...patacongo2009-11-041-14/+23
* Status not being set when transfer started via epsubmit()patacongo2009-11-031-25/+24
* If SETUP received, that also means the end of a previous TXpatacongo2009-11-031-3/+2
* Non-standard requests handled by class caused controller errorspatacongo2009-11-021-1/+5
* Fix EP configure switch valuepatacongo2009-11-021-1/+1
* Fix case where both RX and TX enabledpatacongo2009-11-021-68/+18
* Sometimes RX status is not NAKpatacongo2009-11-021-267/+262
* Fix RX status setuppatacongo2009-11-021-74/+84
* Fix compilation error with register debug offpatacongo2009-11-011-0/+2
* Need to send ZLP at end of no-data setuppatacongo2009-11-011-50/+47
* Fix endian-ness issue in SETUPpatacongo2009-11-011-66/+110
* Fix direction logic in the submit methodpatacongo2009-10-311-5/+12
* Fix PMA addressing issuespatacongo2009-10-311-39/+79
* Integration updatespatacongo2009-10-311-80/+129
* Fix size of BTABLEpatacongo2009-10-311-5/+6
* Enhanced debug; need a delay after removing PWDNpatacongo2009-10-311-44/+101
* Misc integration fixespatacongo2009-10-301-10/+14
* USB integration in progresspatacongo2009-10-301-43/+71
* Fix typo introduced in last commitpatacongo2009-10-291-1/+1
* Fix default NVIC prioritypatacongo2009-10-291-2/+2
* cosmeticpatacongo2009-10-291-5/+5
* Initial USB debug changespatacongo2009-10-291-3/+28
* Fixes for DEBUG=ON compilation problemspatacongo2009-10-291-18/+41
* Add STM32 USBDEV driverpatacongo2009-10-291-0/+3348