summaryrefslogtreecommitdiff
path: root/nuttx/examples
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-11 05:21:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-11 05:21:36 +0000
commit71e9b5634f2d175ecd523dc32aa899fc1752c020 (patch)
tree86dec3db7aaa8f18cb2664b2e8bef706ed30ed6d /nuttx/examples
parentf4d66b6d4b686dd7c6d3e4826151326b10fc3229 (diff)
downloadpx4-nuttx-71e9b5634f2d175ecd523dc32aa899fc1752c020.tar.gz
px4-nuttx-71e9b5634f2d175ecd523dc32aa899fc1752c020.tar.bz2
px4-nuttx-71e9b5634f2d175ecd523dc32aa899fc1752c020.zip
Add a test of ROMFS
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@906 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples')
-rw-r--r--nuttx/examples/README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index ba6051e16..d47e5cdc1 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -58,6 +58,22 @@ examples/mount
when CONFIG_EXAMPLES_MOUNT_DEVNAME is not defined. The
default is zero (meaning that "/dev/ram0" will be used).
+examples/romfs
+^^^^^^^^^^^^^^
+
+ This example exercises the romfs filesystem. Configuration options
+ include:
+
+ * CONFIG_EXAMPLES_ROMFS_RAMDEVNO
+ The minor device number to use for the ROM disk. The default is
+ 1 (meaning /dev/ram1)
+
+ * CONFIG_EXAMPLES_ROMFS_SECTORSIZE
+ The ROM disk sector size to use. Default is 64.
+
+ * CONFIG_EXAMPLES_ROMFS_MOUNTPOINT
+ The location to mount the ROM disk. Deafault: "/usr/local/share"
+
examples/null
^^^^^^^^^^^^^