From 6667ff8f6a7d35dfecb9f3d396da3afa20aa853b Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 19 Sep 2008 14:57:57 +0000 Subject: Hello, Worldvi README.txt example git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@940 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/README.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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 ^^^^^^^^^^^^ -- cgit v1.2.3