summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Flush dirty cache on closepatacongo2008-11-166-136/+67
* semaphore not being initialized; wrong offset usedpatacongo2008-11-151-4/+5
* NSH dd command test with block devicespatacongo2008-11-152-134/+2
* Add loop teardown logicpatacongo2008-11-151-38/+179
* Add Block-to-character device driverpatacongo2008-11-151-4/+13
* cosmeticpatacongo2008-11-151-1/+1
* Block-to-character driverpatacongo2008-11-1512-0/+1780
* Add function headerspatacongo2008-11-141-0/+16
* Add loop devicepatacongo2008-11-142-1/+354
* updated commentspatacongo2008-11-131-1/+9
* Add comments; note potential bugpatacongo2008-11-131-0/+14
* Eliminate warningpatacongo2008-11-101-1/+1
* Fix list empty checkspatacongo2008-11-071-2/+2
* Fixes to windows path logicpatacongo2008-11-071-4/+2
* Handler compiler differencespatacongo2008-11-071-14/+2
* Make sure z16f still buildspatacongo2008-11-071-2/+16
* Fix naming of header filepatacongo2008-11-013-3/+3
* Fix bad trace data storagepatacongo2008-10-281-1/+1
* Don't send final packet if length is zeropatacongo2008-10-281-20/+27
* Integrate USB tracingpatacongo2008-10-281-4/+12
* Eliminate uninitialized variable warningpatacongo2008-10-282-2/+2
* Remove compile warningspatacongo2008-10-281-10/+6
* Add SCSI read format capacities command -- WinXP needs itpatacongo2008-10-281-4/+58
* Correct handling of GETMAXLUN requestpatacongo2008-10-281-4/+7
* Fix errors in list handling + request buffer sizepatacongo2008-10-271-3/+3
* Finish missing logicpatacongo2008-10-271-53/+44
* Make trace data enable-able by idpatacongo2008-10-271-210/+203
* Remove unused fieldpatacongo2008-10-251-3/+1
* Fix to handler transfers larger than one requestpatacongo2008-10-253-22/+23
* Add USB storage class driverpatacongo2008-10-244-0/+5003
* Need write-able block drivers even if no write-able FSpatacongo2008-10-231-1/+4
* Allow block drivers without mountpoint supportpatacongo2008-10-222-7/+1
* Building environment for USB storagepatacongo2008-10-223-968/+3
* Add SCSI definitionspatacongo2008-10-221-35/+162