summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Missing breaks in switchpatacongo2009-11-141-6/+13
* Add MMC configuration logicpatacongo2009-11-143-61/+407
* Need to use poll-waitingpatacongo2009-11-131-6/+39
* Add IOCTLs and card identification logicpatacongo2009-11-135-28/+701
* Add to STM32 SDIO driverpatacongo2009-11-133-3/+145
* Separate STM32F103ZE pin-mapping into a separate header filepatacongo2009-11-122-439/+535
* Add SDIO GPIO initializationpatacongo2009-11-122-0/+38
* Finish reponse methodspatacongo2009-11-122-36/+198
* SDIO interface simplicationpatacongo2009-11-123-838/+899
* Incremental update to STM32 MMCSD driverpatacongo2009-11-111-1/+1
* Incremental update to STM32 MMCSD driverpatacongo2009-11-112-82/+98
* Incremental progress on STM32 MMCSD driverpatacongo2009-11-115-9/+454
* Add skeleton file that will hold the STM32 SDIO driverpatacongo2009-11-111-0/+674
* Add skeleton file that will hold the STM32 SDIO driverpatacongo2009-11-114-3/+19
* Rename mmcsd.c to mmcsd_sdio.cpatacongo2009-11-114-6/+25
* Separate SDIO interface from MMCSDpatacongo2009-11-103-483/+551
* Fixes for Z80 compilepatacongo2009-11-074-5/+60
* Fix errors/warnings reported by eZ80 compilerpatacongo2009-11-066-23/+33
* Add SDIO register definitionspatacongo2009-11-061-0/+246
* Add skeleton of SDIO-based MMCSD driverpatacongo2009-11-064-5/+462
* First cut at SDIO MMC/SD interfacepatacongo2009-11-062-2/+499
* Fix confusion between byte and block transferspatacongo2009-11-062-94/+122
* Fix a potential race conditionpatacongo2009-11-064-27/+56
* Fix compile error when workqueue disabledpatacongo2009-11-061-1/+1
* Integrte work threadpatacongo2009-11-065-42/+49
* Document workqueue configurationpatacongo2009-11-053-2/+52
* Incorporate the work threadpatacongo2009-11-0514-60/+455
* Add beginnings of a work threadpatacongo2009-11-057-44/+490
* cosmeticpatacongo2009-11-051-46/+43
* Add generic support for read-ahead buffering and write buffering in block dri...patacongo2009-11-053-1/+824
* Add support for GPIO interrupts & STM3210E-EVAL board buttonspatacongo2009-11-0514-27/+265
* Prep for 0.4.13 releasenuttx-4.13patacongo2009-11-044-83/+118
* Add USBSERIAL configuration optionspatacongo2009-11-044-0/+24
* typopatacongo2009-11-041-1/+1
* typopatacongo2009-11-041-1/+1
* Exit after reading EOFpatacongo2009-11-041-2/+5
* Still need to enable trace -- event when trace not enabledpatacongo2009-11-041-6/+8
* USB serial updatepatacongo2009-11-042-31/+56
* 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-035-29/+28
* updatepatacongo2009-11-032-10/+39
* 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
* Extend USB trace logicpatacongo2009-11-025-177/+360
* Extend USB trace logicpatacongo2009-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