9
0
Fork 0

Hello, Worldvi README.txt example

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@940 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-09-19 14:57:57 +00:00
parent 89166a4322
commit 66702b4f2b
1 changed files with 7 additions and 0 deletions

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