summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-19 14:57:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-19 14:57:57 +0000
commit6667ff8f6a7d35dfecb9f3d396da3afa20aa853b (patch)
treeb85fa632d10ff9477e05c10cc7dfc90002572959 /nuttx
parentf8521908b7d6f6214a7086aca73d139528329809 (diff)
downloadpx4-nuttx-6667ff8f6a7d35dfecb9f3d396da3afa20aa853b.tar.gz
px4-nuttx-6667ff8f6a7d35dfecb9f3d396da3afa20aa853b.tar.bz2
px4-nuttx-6667ff8f6a7d35dfecb9f3d396da3afa20aa853b.zip
Hello, Worldvi README.txt example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@940 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-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
^^^^^^^^^^^^