Hello, Worldvi README.txt example

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@940 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-09-19 14:57:57 +00:00
parent 84cb2c8b8e
commit 6a96311905

View File

@ -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
^^^^^^^^^^^^