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.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 0608f9dd4..f5ff41192 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -84,6 +84,13 @@ examples/null
This is the do nothing application. It is only used for bringing
up new NuttX architectures.
+examples/hello
+^^^^^^^^^^^^^^
+
+ This is the mandatory, "Hello, World!!" example. It is little more
+ than examples/null with a single printf statement. Again useful only
+ for bringing up new NuttX architectures.
+
examples/uip
^^^^^^^^^^^^