summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Framework for cs89x0 driverpatacongo2009-04-303-1/+596
* Extend SPI interface for word sizes >8bitspatacongo2009-04-261-41/+41
* Add enum argument to SPI status methodpatacongo2009-03-291-3/+3
* Add enum argument to SPI select methodpatacongo2009-03-291-22/+22
* Remove all references to serialpatacongo2009-02-191-4/+4
* Fixes for z16f compilepatacongo2009-02-071-2/+4
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-195-70/+111
* Revert part of last changepatacongo2008-11-195-27/+25
* Implement poll/select for socketspatacongo2008-11-185-27/+29
* Fix serial read behaviorpatacongo2008-11-181-4/+26
* Needs conditional compilation for POLL disabledpatacongo2008-11-173-6/+12
* Use FAR storage classpatacongo2008-11-171-5/+5
* Remove garbage commentpatacongo2008-11-171-3/+0
* Add poll method to serial driverspatacongo2008-11-173-55/+229
* Add poll() methodpatacongo2008-11-176-10/+235
* Add infrastructure to support poll()patacongo2008-11-168-9/+17
* cosmeticpatacongo2008-11-161-0/+8