summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 2d16b210f..be94471c8 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -98,7 +98,9 @@ examples/pipe
examples/poll
^^^^^^^^^^^^^
- A test of the poll() API using FIFOs.
+ A test of the poll() and select() APIs using FIFOs and, if available,
+ stdin, and a TCP/IP socket. This example also includes a nice select
+ based TCP/IP server example.
examples/romfs
^^^^^^^^^^^^^^