summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Missing breaks in switchpatacongo2009-11-141-6/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2256 42af7a65-404d-4744-a932-0658087f49c3
* Add MMC configuration logicpatacongo2009-11-143-61/+407
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2255 42af7a65-404d-4744-a932-0658087f49c3
* Need to use poll-waitingpatacongo2009-11-131-6/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2254 42af7a65-404d-4744-a932-0658087f49c3
* Add IOCTLs and card identification logicpatacongo2009-11-135-28/+701
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2253 42af7a65-404d-4744-a932-0658087f49c3
* Add to STM32 SDIO driverpatacongo2009-11-133-3/+145
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2252 42af7a65-404d-4744-a932-0658087f49c3
* Separate STM32F103ZE pin-mapping into a separate header filepatacongo2009-11-122-439/+535
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2251 42af7a65-404d-4744-a932-0658087f49c3
* Add SDIO GPIO initializationpatacongo2009-11-122-0/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2250 42af7a65-404d-4744-a932-0658087f49c3
* Finish reponse methodspatacongo2009-11-122-36/+198
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2249 42af7a65-404d-4744-a932-0658087f49c3
* SDIO interface simplicationpatacongo2009-11-123-838/+899
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2248 42af7a65-404d-4744-a932-0658087f49c3
* Incremental update to STM32 MMCSD driverpatacongo2009-11-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2247 42af7a65-404d-4744-a932-0658087f49c3
* Incremental update to STM32 MMCSD driverpatacongo2009-11-112-82/+98
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2246 42af7a65-404d-4744-a932-0658087f49c3
* Incremental progress on STM32 MMCSD driverpatacongo2009-11-115-9/+454
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2245 42af7a65-404d-4744-a932-0658087f49c3
* Add skeleton file that will hold the STM32 SDIO driverpatacongo2009-11-111-0/+674
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2244 42af7a65-404d-4744-a932-0658087f49c3
* Add skeleton file that will hold the STM32 SDIO driverpatacongo2009-11-114-3/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2243 42af7a65-404d-4744-a932-0658087f49c3
* Rename mmcsd.c to mmcsd_sdio.cpatacongo2009-11-114-6/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2242 42af7a65-404d-4744-a932-0658087f49c3
* Separate SDIO interface from MMCSDpatacongo2009-11-103-483/+551
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2241 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for Z80 compilepatacongo2009-11-074-5/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2240 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors/warnings reported by eZ80 compilerpatacongo2009-11-066-23/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2239 42af7a65-404d-4744-a932-0658087f49c3
* Add SDIO register definitionspatacongo2009-11-061-0/+246
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2238 42af7a65-404d-4744-a932-0658087f49c3
* Add skeleton of SDIO-based MMCSD driverpatacongo2009-11-064-5/+462
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2237 42af7a65-404d-4744-a932-0658087f49c3
* First cut at SDIO MMC/SD interfacepatacongo2009-11-062-2/+499
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2236 42af7a65-404d-4744-a932-0658087f49c3
* Fix confusion between byte and block transferspatacongo2009-11-062-94/+122
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2235 42af7a65-404d-4744-a932-0658087f49c3
* Fix a potential race conditionpatacongo2009-11-064-27/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2234 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile error when workqueue disabledpatacongo2009-11-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2233 42af7a65-404d-4744-a932-0658087f49c3
* Integrte work threadpatacongo2009-11-065-42/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2232 42af7a65-404d-4744-a932-0658087f49c3
* Document workqueue configurationpatacongo2009-11-053-2/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2231 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate the work threadpatacongo2009-11-0514-60/+455
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2230 42af7a65-404d-4744-a932-0658087f49c3
* Add beginnings of a work threadpatacongo2009-11-057-44/+490
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2229 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-11-051-46/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2228 42af7a65-404d-4744-a932-0658087f49c3
* Add generic support for read-ahead buffering and write buffering in block ↵patacongo2009-11-053-1/+824
| | | | | | drivers git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2227 42af7a65-404d-4744-a932-0658087f49c3
* Add support for GPIO interrupts & STM3210E-EVAL board buttonspatacongo2009-11-0514-27/+265
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2226 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 0.4.13 releasenuttx-4.13patacongo2009-11-044-83/+118
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2225 42af7a65-404d-4744-a932-0658087f49c3
* Add USBSERIAL configuration optionspatacongo2009-11-044-0/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2224 42af7a65-404d-4744-a932-0658087f49c3
* 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