summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
...
* typopatacongo2009-11-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2223 42af7a65-404d-4744-a932-0658087f49c3
* typopatacongo2009-11-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2222 42af7a65-404d-4744-a932-0658087f49c3
* Exit after reading EOFpatacongo2009-11-041-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2221 42af7a65-404d-4744-a932-0658087f49c3
* Still need to enable trace -- event when trace not enabledpatacongo2009-11-041-6/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2220 42af7a65-404d-4744-a932-0658087f49c3
* USB serial updatepatacongo2009-11-042-31/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2219 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-035-29/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2217 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2009-11-032-10/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2216 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
* Extend USB trace logicpatacongo2009-11-025-177/+360
| | | | 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
* 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
* typopatacongo2009-10-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2202 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
* arch/arm/src/stm32/stm32_usbdev.cpatacongo2009-10-313-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2200 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-302-11/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2197 42af7a65-404d-4744-a932-0658087f49c3
* upatepatacongo2009-10-302-2/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2196 42af7a65-404d-4744-a932-0658087f49c3
* USB integration in progresspatacongo2009-10-302-44/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2195 42af7a65-404d-4744-a932-0658087f49c3
* BUG: mixing else causes bad IRQ settingspatacongo2009-10-301-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2194 42af7a65-404d-4744-a932-0658087f49c3
* Add USB trace logicpatacongo2009-10-301-69/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2193 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
* Document bugfixpatacongo2009-10-292-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2189 42af7a65-404d-4744-a932-0658087f49c3
* timeout loop variable should be volatilepatacongo2009-10-291-15/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2188 42af7a65-404d-4744-a932-0658087f49c3
* Initial USB debug changespatacongo2009-10-294-14/+50
| | | | 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-292-20/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2186 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 USBDEV driverpatacongo2009-10-299-12/+3526
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2185 42af7a65-404d-4744-a932-0658087f49c3
* Need to config CTS/RTS pins for USART2/3 even if not using flow controlpatacongo2009-10-293-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2184 42af7a65-404d-4744-a932-0658087f49c3
* Fix types in stm32 serial driverspatacongo2009-10-291-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2183 42af7a65-404d-4744-a932-0658087f49c3
* Fix types in stm32 serial driverspatacongo2009-10-293-12/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2182 42af7a65-404d-4744-a932-0658087f49c3
* Debug output from certain files causes crashes with new context switching logicpatacongo2009-10-272-37/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2181 42af7a65-404d-4744-a932-0658087f49c3
* CodeSourcery can't handle -Ospatacongo2009-10-274-4/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2180 42af7a65-404d-4744-a932-0658087f49c3
* Remove unused configuration settingpatacongo2009-10-274-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2179 42af7a65-404d-4744-a932-0658087f49c3
* More USB macros; fix warningspatacongo2009-10-272-7/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2178 42af7a65-404d-4744-a932-0658087f49c3
* Improved certain Cortex-M3 context switch timespatacongo2009-10-2519-163/+1010
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2177 42af7a65-404d-4744-a932-0658087f49c3
* More typospatacongo2009-10-244-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2176 42af7a65-404d-4744-a932-0658087f49c3
* typospatacongo2009-10-243-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2175 42af7a65-404d-4744-a932-0658087f49c3
* upatepatacongo2009-10-241-2/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2174 42af7a65-404d-4744-a932-0658087f49c3