summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Extend SPI interface for word sizes >8bitspatacongo2009-04-261-41/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1740 42af7a65-404d-4744-a932-0658087f49c3
* Add enum argument to SPI status methodpatacongo2009-03-291-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1667 42af7a65-404d-4744-a932-0658087f49c3
* Add enum argument to SPI select methodpatacongo2009-03-291-22/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1666 42af7a65-404d-4744-a932-0658087f49c3
* Remove all references to serialpatacongo2009-02-191-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1515 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for z16f compilepatacongo2009-02-071-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1472 42af7a65-404d-4744-a932-0658087f49c3
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-195-70/+111
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1288 42af7a65-404d-4744-a932-0658087f49c3
* Revert part of last changepatacongo2008-11-195-27/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1285 42af7a65-404d-4744-a932-0658087f49c3
* Implement poll/select for socketspatacongo2008-11-185-27/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1277 42af7a65-404d-4744-a932-0658087f49c3
* Fix serial read behaviorpatacongo2008-11-181-4/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1275 42af7a65-404d-4744-a932-0658087f49c3
* Needs conditional compilation for POLL disabledpatacongo2008-11-173-6/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1273 42af7a65-404d-4744-a932-0658087f49c3
* Use FAR storage classpatacongo2008-11-171-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1270 42af7a65-404d-4744-a932-0658087f49c3
* Remove garbage commentpatacongo2008-11-171-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1269 42af7a65-404d-4744-a932-0658087f49c3
* Add poll method to serial driverspatacongo2008-11-173-55/+229
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1268 42af7a65-404d-4744-a932-0658087f49c3
* Add poll() methodpatacongo2008-11-176-10/+235
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1262 42af7a65-404d-4744-a932-0658087f49c3
* Add infrastructure to support poll()patacongo2008-11-168-9/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1258 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2008-11-161-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1253 42af7a65-404d-4744-a932-0658087f49c3
* Flush dirty cache on closepatacongo2008-11-166-136/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1250 42af7a65-404d-4744-a932-0658087f49c3
* semaphore not being initialized; wrong offset usedpatacongo2008-11-151-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1245 42af7a65-404d-4744-a932-0658087f49c3
* NSH dd command test with block devicespatacongo2008-11-152-134/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1242 42af7a65-404d-4744-a932-0658087f49c3
* Add loop teardown logicpatacongo2008-11-151-38/+179
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1238 42af7a65-404d-4744-a932-0658087f49c3
* Add Block-to-character device driverpatacongo2008-11-151-4/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1237 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2008-11-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1236 42af7a65-404d-4744-a932-0658087f49c3
* Block-to-character driverpatacongo2008-11-1512-0/+1780
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1235 42af7a65-404d-4744-a932-0658087f49c3
* Add function headerspatacongo2008-11-141-0/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1233 42af7a65-404d-4744-a932-0658087f49c3
* Add loop devicepatacongo2008-11-142-1/+354
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1231 42af7a65-404d-4744-a932-0658087f49c3
* updated commentspatacongo2008-11-131-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1220 42af7a65-404d-4744-a932-0658087f49c3
* Add comments; note potential bugpatacongo2008-11-131-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1215 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate warningpatacongo2008-11-101-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1181 42af7a65-404d-4744-a932-0658087f49c3
* Fix list empty checkspatacongo2008-11-071-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1159 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to windows path logicpatacongo2008-11-071-4/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1156 42af7a65-404d-4744-a932-0658087f49c3
* Handler compiler differencespatacongo2008-11-071-14/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1155 42af7a65-404d-4744-a932-0658087f49c3
* Make sure z16f still buildspatacongo2008-11-071-2/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1154 42af7a65-404d-4744-a932-0658087f49c3
* Fix naming of header filepatacongo2008-11-013-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1118 42af7a65-404d-4744-a932-0658087f49c3
* Fix bad trace data storagepatacongo2008-10-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1094 42af7a65-404d-4744-a932-0658087f49c3
* Don't send final packet if length is zeropatacongo2008-10-281-20/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1093 42af7a65-404d-4744-a932-0658087f49c3
* Integrate USB tracingpatacongo2008-10-281-4/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1091 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate uninitialized variable warningpatacongo2008-10-282-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1090 42af7a65-404d-4744-a932-0658087f49c3
* Remove compile warningspatacongo2008-10-281-10/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1089 42af7a65-404d-4744-a932-0658087f49c3
* Add SCSI read format capacities command -- WinXP needs itpatacongo2008-10-281-4/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1088 42af7a65-404d-4744-a932-0658087f49c3
* Correct handling of GETMAXLUN requestpatacongo2008-10-281-4/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1087 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors in list handling + request buffer sizepatacongo2008-10-271-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1085 42af7a65-404d-4744-a932-0658087f49c3
* Finish missing logicpatacongo2008-10-271-53/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1084 42af7a65-404d-4744-a932-0658087f49c3
* Make trace data enable-able by idpatacongo2008-10-271-210/+203
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1080 42af7a65-404d-4744-a932-0658087f49c3
* Remove unused fieldpatacongo2008-10-251-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1078 42af7a65-404d-4744-a932-0658087f49c3
* Fix to handler transfers larger than one requestpatacongo2008-10-253-22/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1077 42af7a65-404d-4744-a932-0658087f49c3
* Add USB storage class driverpatacongo2008-10-244-0/+5003
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1075 42af7a65-404d-4744-a932-0658087f49c3
* Need write-able block drivers even if no write-able FSpatacongo2008-10-231-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1070 42af7a65-404d-4744-a932-0658087f49c3
* Allow block drivers without mountpoint supportpatacongo2008-10-222-7/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1063 42af7a65-404d-4744-a932-0658087f49c3
* Building environment for USB storagepatacongo2008-10-223-968/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1061 42af7a65-404d-4744-a932-0658087f49c3
* Add SCSI definitionspatacongo2008-10-221-35/+162
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1058 42af7a65-404d-4744-a932-0658087f49c3