summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-01 20:08:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-01 20:08:20 +0000
commit7d94dfd30b6a334a440c69707cec9246dc5c0647 (patch)
tree1278d1fa0ddf74c5719b72d26f9ee1048997d60b /nuttx/examples/README.txt
parente82665a8c9ce3d089e4fea4969aac21689f58947 (diff)
downloadpx4-nuttx-7d94dfd30b6a334a440c69707cec9246dc5c0647.tar.gz
px4-nuttx-7d94dfd30b6a334a440c69707cec9246dc5c0647.tar.bz2
px4-nuttx-7d94dfd30b6a334a440c69707cec9246dc5c0647.zip
Add RAM disk supportnuttx-3.11
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@765 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 47ec67f6f..8ea3fac6c 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -107,6 +107,9 @@ examples/mount
^^^^^^^^^^^^^^
This contains a simple test of filesystem mountpoints.
+
+ * CONFIG_EXAMPLES_MOUNT_DEVNAME
+ The name of the device to mount. Default: "/dev/ram0"
examples/null
^^^^^^^^^^^^^