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.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index ed89b6133..6ef65e924 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -46,4 +46,18 @@ examples/null
^^^^^^^^^^^^^
This is the do nothing application. It is only used for bringing
- up new NuttX architectures
+ up new NuttX architectures.
+
+examples/uip
+^^^^^^^^^^^^
+
+ This is a port of uIP example application. It includes
+ conditionally compiled logic to exercise the uIP webserver,
+ webclient, telnet, smtp, dncpc, and resolver.
+
+examples/netttest
+^^^^^^^^^^^^^^^^^
+
+ This is a simple network test for verifying client- and server-
+ functionality in a TCP/IP connection.
+