From b57ad724f7c34587f11227851be3a4349e583df2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 17 Nov 2008 20:25:49 +0000 Subject: [PATCH] Add examples/poll git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1264 42af7a65-404d-4744-a932-0658087f49c3 --- examples/README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/README.txt b/examples/README.txt index 180cb0907b..84deee63d7 100644 --- a/examples/README.txt +++ b/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 ^^^^^^^^^^^^^^