summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation bugs when DUALSPEED is enabledpatacongo2010-03-283-19/+20
* Add casts to eliminate warnings when sizeof(int) is 16-bitspatacongo2009-12-205-137/+140
* Eliminate some warningspatacongo2009-12-171-0/+8
* Fix syntax error in debug statementpatacongo2009-12-171-1/+1
* Fix CPP conditional syntaxpatacongo2009-12-171-1/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-164-8/+10
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-27/+27
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1541-1149/+1168
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-7/+9
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-135-18/+29
* Add FTL logicpatacongo2009-12-062-1/+543
* Should not returned queued read requests on a resetpatacongo2009-12-012-8/+8
* Need a cancel method to stop DMApatacongo2009-11-271-0/+3
* Fix block read/write return values; SDIO error reporting; slow down clock if ...patacongo2009-11-252-43/+98
* Fix SCR data transferpatacongo2009-11-211-3/+19
* Progress integrating SD on STM32patacongo2009-11-201-6/+15
* Now correctly handles SD card ACMD41 busypatacongo2009-11-191-15/+13
* Correct identifies v1.x SD cardpatacongo2009-11-181-15/+4
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-181-12/+22
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-171-133/+135
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-171-45/+110
* Finish event wait logicpatacongo2009-11-171-4/+2
* Add basic data transfer logicpatacongo2009-11-172-111/+901
* Add SDIO interrupt handlingpatacongo2009-11-161-11/+4
* Redesign SDIO wait logic; add SDIO DMA logicpatacongo2009-11-161-10/+14
* Eliminate some warningspatacongo2009-11-151-93/+94
* Add logic to handle card insertion/removal eventspatacongo2009-11-151-9/+181
* Add SD card initialization logicpatacongo2009-11-152-45/+424
* Add CSD decode logicpatacongo2009-11-143-30/+361
* Missing breaks in switchpatacongo2009-11-141-6/+13
* Add MMC configuration logicpatacongo2009-11-142-57/+405
* Need to use poll-waitingpatacongo2009-11-131-6/+39
* Add IOCTLs and card identification logicpatacongo2009-11-132-17/+590
* Incremental progress on STM32 MMCSD driverpatacongo2009-11-112-2/+73
* Add skeleton file that will hold the STM32 SDIO driverpatacongo2009-11-111-1/+1
* Rename mmcsd.c to mmcsd_sdio.cpatacongo2009-11-112-2/+2
* Separate SDIO interface from MMCSDpatacongo2009-11-101-4/+5
* Fix errors/warnings reported by eZ80 compilerpatacongo2009-11-064-16/+26
* Add skeleton of SDIO-based MMCSD driverpatacongo2009-11-062-1/+458
* Fix confusion between byte and block transferspatacongo2009-11-061-83/+100
* Integrte work threadpatacongo2009-11-061-1/+1
* Incorporate the work threadpatacongo2009-11-051-0/+4
* Add beginnings of a work threadpatacongo2009-11-051-23/+17
* cosmeticpatacongo2009-11-051-46/+43
* Add generic support for read-ahead buffering and write buffering in block dri...patacongo2009-11-052-1/+644
* Extend USB trace logicpatacongo2009-11-023-174/+262
* Extend USB trace logicpatacongo2009-11-021-1/+1
* typopatacongo2009-10-311-1/+1
* Fixes for DEBUG=ON compilation problemspatacongo2009-10-291-2/+2
* More USB macros; fix warningspatacongo2009-10-271-4/+4