nuttx/examples
patacongo 79457a04ab Don't call fflush if streams are disabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@272 42af7a65-404d-4744-a932-0658087f49c3
2007-06-07 00:29:46 +00:00
..
mount Add a test of statfs 2007-05-30 00:00:04 +00:00
nsh Fat dir operations seem to work 2007-05-26 22:37:57 +00:00
null Initial release of the null example 2007-03-21 19:53:12 +00:00
ostest Don't call fflush if streams are disabled 2007-06-07 00:29:46 +00:00
README.txt Initial mount integration 2007-05-13 21:47:36 +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/mount

	This contains a simple test of filesystem mountpoints.

examples/null

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