summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-17 20:25:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-17 20:25:49 +0000
commite16216be86cc1367e61a151c71e73fb874bbfe23 (patch)
tree9a1dcbcb671576e8f3e3b604ecd8e8168748fd09 /nuttx/examples/README.txt
parentbecdb9c6de3f8305a5637bd3a4692f6d51059a67 (diff)
downloadpx4-nuttx-e16216be86cc1367e61a151c71e73fb874bbfe23.tar.gz
px4-nuttx-e16216be86cc1367e61a151c71e73fb874bbfe23.tar.bz2
px4-nuttx-e16216be86cc1367e61a151c71e73fb874bbfe23.zip
Add examples/poll
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1264 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 180cb0907..84deee63d 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -95,6 +95,11 @@ examples/pipe
Sets the size of the stack to use when creating the child tasks.
The default size is 1024.
+examples/poll
+^^^^^^^^^^^^^
+
+ A test of the poll() API using FIFOs.
+
examples/romfs
^^^^^^^^^^^^^^