summaryrefslogtreecommitdiff
path: root/nuttx/drivers/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-20 13:32:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-20 13:32:49 +0000
commitfb0960f36c48d3dc2e21d3f5193788f23b6bfa48 (patch)
treed0e355e0baa6cdfe2bc68f770341c1e12ad68f7f /nuttx/drivers/README.txt
parent60af61e86dfef73118ca1b21052085819df772a8 (diff)
downloadnuttx-fb0960f36c48d3dc2e21d3f5193788f23b6bfa48.tar.gz
nuttx-fb0960f36c48d3dc2e21d3f5193788f23b6bfa48.tar.bz2
nuttx-fb0960f36c48d3dc2e21d3f5193788f23b6bfa48.zip
Updates from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3527 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/README.txt')
-rw-r--r--nuttx/drivers/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/drivers/README.txt b/nuttx/drivers/README.txt
index d0949e514..871a713df 100644
--- a/nuttx/drivers/README.txt
+++ b/nuttx/drivers/README.txt
@@ -31,6 +31,10 @@ ramdisk.c
a block driver that can be mounted as a files system. See
include/nuttx/ramdisk.h.
+rwbuffer.c
+ A facility that can be use by any block driver in-order to add
+ writing buffering and read-ahead buffering.
+
Subdirectories of this directory:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -66,6 +70,9 @@ pipes/
FIFO and named pipe drivers. Standard interfaces are declared
in include/unistd.h
+sensors/
+ Drivers for various sensors
+
serial/
Front-ends character drivers for chip-specific UARTs. This provide
some TTY-like functionality and are commonly used (but not required for)