summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_usbdev.c
Commit message (Collapse)AuthorAgeFilesLines
* Create include/nuttx/usb directorypatacongo2010-12-141-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3170 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for recent header file reorganizationpatacongo2009-12-291-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2452 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-161-239/+241
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2359 42af7a65-404d-4744-a932-0658087f49c3
* Fix a problem with TX status on resume from stallpatacongo2009-12-011-20/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2295 42af7a65-404d-4744-a932-0658087f49c3
* Should not returned queued read requests on a resetpatacongo2009-12-011-12/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2294 42af7a65-404d-4744-a932-0658087f49c3
* Fix handling of pending OUT transfers; if we clear CTR_RX first, we lose ↵patacongo2009-11-041-14/+23
| | | | | | size of OUT transfer git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2218 42af7a65-404d-4744-a932-0658087f49c3
* Status not being set when transfer started via epsubmit()patacongo2009-11-031-25/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2217 42af7a65-404d-4744-a932-0658087f49c3
* If SETUP received, that also means the end of a previous TXpatacongo2009-11-031-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2215 42af7a65-404d-4744-a932-0658087f49c3
* Non-standard requests handled by class caused controller errorspatacongo2009-11-021-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2214 42af7a65-404d-4744-a932-0658087f49c3
* Fix EP configure switch valuepatacongo2009-11-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2213 42af7a65-404d-4744-a932-0658087f49c3
* Fix case where both RX and TX enabledpatacongo2009-11-021-68/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2210 42af7a65-404d-4744-a932-0658087f49c3
* Sometimes RX status is not NAKpatacongo2009-11-021-267/+262
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2209 42af7a65-404d-4744-a932-0658087f49c3
* Fix RX status setuppatacongo2009-11-021-74/+84
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2208 42af7a65-404d-4744-a932-0658087f49c3
* Fix compilation error with register debug offpatacongo2009-11-011-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2207 42af7a65-404d-4744-a932-0658087f49c3
* Need to send ZLP at end of no-data setuppatacongo2009-11-011-50/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2206 42af7a65-404d-4744-a932-0658087f49c3
* Fix endian-ness issue in SETUPpatacongo2009-11-011-66/+110
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2205 42af7a65-404d-4744-a932-0658087f49c3
* Fix direction logic in the submit methodpatacongo2009-10-311-5/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2204 42af7a65-404d-4744-a932-0658087f49c3
* Fix PMA addressing issuespatacongo2009-10-311-39/+79
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2203 42af7a65-404d-4744-a932-0658087f49c3
* Integration updatespatacongo2009-10-311-80/+129
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2201 42af7a65-404d-4744-a932-0658087f49c3
* Fix size of BTABLEpatacongo2009-10-311-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2199 42af7a65-404d-4744-a932-0658087f49c3
* Enhanced debug; need a delay after removing PWDNpatacongo2009-10-311-44/+101
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2198 42af7a65-404d-4744-a932-0658087f49c3
* Misc integration fixespatacongo2009-10-301-10/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2197 42af7a65-404d-4744-a932-0658087f49c3
* USB integration in progresspatacongo2009-10-301-43/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2195 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo introduced in last commitpatacongo2009-10-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2192 42af7a65-404d-4744-a932-0658087f49c3
* Fix default NVIC prioritypatacongo2009-10-291-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2191 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-10-291-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2190 42af7a65-404d-4744-a932-0658087f49c3
* Initial USB debug changespatacongo2009-10-291-3/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2187 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for DEBUG=ON compilation problemspatacongo2009-10-291-18/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2186 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 USBDEV driverpatacongo2009-10-291-0/+3348
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2185 42af7a65-404d-4744-a932-0658087f49c3