summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-21 15:13:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-21 15:13:55 +0000
commit77c1a6ae19c1cbe5e2b7f1de0d73809885f11ed7 (patch)
treed9e4e912086a539de011ea5b45ced10fe62572da /nuttx/examples/README.txt
parent5b829db93423d071a658fa0fca1eeffa21f96bb3 (diff)
downloadpx4-nuttx-77c1a6ae19c1cbe5e2b7f1de0d73809885f11ed7.tar.gz
px4-nuttx-77c1a6ae19c1cbe5e2b7f1de0d73809885f11ed7.tar.bz2
px4-nuttx-77c1a6ae19c1cbe5e2b7f1de0d73809885f11ed7.zip
Add logic to make ROMFS image
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1920 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 81b4f2d73..08c425b14 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -137,6 +137,14 @@ examples/nx
CONFIG_DISABLE_PTHREAD=n
CONFIG_NX_BLOCKING=y
+examples/nxflat
+^^^^^^^^^^^^^^^
+
+ This example builds a small NXFLAT test case. This includes several
+ test programs under examples/nxflat tests. These tests are build using
+ the NXFLAT format and installed in a ROMFS file system. At run time,
+ each program int eh ROMFS file system is executed.
+
examples/null
^^^^^^^^^^^^^