summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
^^^^^^^^^^^^^^