summaryrefslogtreecommitdiff
path: root/nuttx/drivers/rwbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* rwbuffer, fix compiler errorGregory Nutt2014-11-051-1/+1
* MTD read-ahear/write buffering layer seems functionalGregory Nutt2014-09-251-35/+65
* Fixes for compile of rwbuffer.cGregory Nutt2014-09-251-15/+14
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-4/+4
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* nuttx/drivers: Remove explicity references to errno. That is a problem from...Gregory Nutt2014-08-281-1/+1
* NX graphics library: Macroize some color operators that become trivial when t...Gregory Nutt2014-07-121-3/+7
* Addition rwbuffer interfaces should not be enabled unless they are needed; if...Gregory Nutt2014-07-111-2/+6
* Add an MTD layer that will add read-ahead or write buffering to any MTD drive...Gregory Nutt2014-07-111-149/+452
* More trailing whilespace removalGregory Nutt2014-04-131-11/+11
* Fix various typos in comments. From Alan Carvalho de AssisGregory Nutt2014-04-061-1/+1
* Fix typoes in drivers/rwbuffer.c from Chia Cheng TsaoGregory Nutt2013-07-091-4/+4
* Add support for multiple work queuespatacongo2012-09-041-2/+2
* drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo2012-07-151-3/+6
* Fixes for kernel stub buildspatacongo2011-04-061-7/+8
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-14/+16
* Fix block read/write return values; SDIO error reporting; slow down clock if ...patacongo2009-11-251-17/+38
* 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-051-0/+643