summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-201-50/+74
* Add bulk erase IOCTL; add byte read methodpatacongo2009-10-182-120/+257
* Add MTD interface; add M25P64/128 driverpatacongo2009-10-185-5/+856
* Move some drivers to separate subdirectoriespatacongo2009-10-1811-15/+164
* Add logic to dump data in and out of pipepatacongo2009-09-151-1/+17
* Add assert to prevent write() method from being by interrupt handlerspatacongo2009-09-131-0/+17
* cosmeticpatacongo2009-09-132-2/+7
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-255-70/+9
* Fix a bug in initial XIP offsetpatacongo2009-06-241-1/+29
* Fix a problem that was causing tools/incdir.sh to generate inappropriate path...patacongo2009-06-241-4/+8
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-165-60/+56
* Same as last check-in, just implemented more sanelypatacongo2009-06-122-7/+7
* eliminate some warningspatacongo2009-06-112-5/+5
* Additional fixes for devkitARM toolchainpatacongo2009-06-112-3/+3
* All file_operations vtables should be static constpatacongo2009-06-108-8/+8
* Prep for 0.4.7 releasenuttx-4.7patacongo2009-05-291-47/+2
* Fix mount problempatacongo2009-05-291-7/+35
* warning removalpatacongo2009-05-282-3/+2
* Fix to lpc214x MMC/SD due to lm3s changespatacongo2009-05-281-4/+47
* Final integration of microSDpatacongo2009-05-281-17/+69
* Fix FAT32 bugpatacongo2009-05-271-2/+0
* Integrating SHDCpatacongo2009-05-272-75/+67
* Integrating new MMC/SD designpatacongo2009-05-262-94/+134
* Updated MMC/SD SPI driverpatacongo2009-05-263-214/+617
* Fix SD frequency calculationpatacongo2009-05-252-11/+27
* NSH integration, fix serial interrupt handlingpatacongo2009-05-191-1/+1
* updatepatacongo2009-05-011-11/+58
* more cs89x0 logicpatacongo2009-04-303-103/+681