From 77c1a6ae19c1cbe5e2b7f1de0d73809885f11ed7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 21 Jun 2009 15:13:55 +0000 Subject: Add logic to make ROMFS image git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1920 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nuttx/examples/README.txt') 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 ^^^^^^^^^^^^^ -- cgit v1.2.3