summaryrefslogtreecommitdiff
path: root/nuttx/drivers/rwbuffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-151-14/+16
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2343 42af7a65-404d-4744-a932-0658087f49c3
* Fix block read/write return values; SDIO error reporting; slow down clock if ↵patacongo2009-11-251-17/+38
| | | | | | interrupt mode git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2278 42af7a65-404d-4744-a932-0658087f49c3
* Fix confusion between byte and block transferspatacongo2009-11-061-83/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2235 42af7a65-404d-4744-a932-0658087f49c3
* Integrte work threadpatacongo2009-11-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2232 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate the work threadpatacongo2009-11-051-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2230 42af7a65-404d-4744-a932-0658087f49c3
* Add beginnings of a work threadpatacongo2009-11-051-23/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2229 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-11-051-46/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2228 42af7a65-404d-4744-a932-0658087f49c3
* Add generic support for read-ahead buffering and write buffering in block ↵patacongo2009-11-051-0/+643
drivers git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2227 42af7a65-404d-4744-a932-0658087f49c3