nuttx/examples
patacongo 2a929796b9 Add timed mqueue test.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@179 42af7a65-404d-4744-a932-0658087f49c3
2007-03-29 23:44:55 +00:00
..
nsh Add 'ls' command to nsh 2007-03-14 23:34:37 +00:00
null Initial release of the null example 2007-03-21 19:53:12 +00:00
ostest Add timed mqueue test. 2007-03-29 23:44:55 +00:00
README.txt This achieves successful DM320 boot with a minimal system 2007-03-21 20:02:52 +00:00

examples
^^^^^^^^

examples/ostest

	This is the NuttX 'qualification' suite.  It attempts to exercise
	a broad set of OS functionality.  Its coverage is not very extensive
	as of this writing, but it is used to qualify each NuttX release.

examples/nsh

	This directory containst the NuttShell (NSH).  This is a primitive
	shell-like application.  With some additional development, NSH will
	someday be a great NuttX application debugger.

examples/null

	This is the do nothing application.  It is only used for bringing
	up new NuttX architectures