summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-13 21:47:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-13 21:47:36 +0000
commit116ec488ee7d616e562aecbc236e63ef43a90c7c (patch)
treebfd1c53f660743124cc5890a490afa460a23a1f2 /nuttx/examples/README.txt
parent50f7cb8fa46cae9496b95559e4f2b0874bfa77ac (diff)
downloadpx4-nuttx-116ec488ee7d616e562aecbc236e63ef43a90c7c.tar.gz
px4-nuttx-116ec488ee7d616e562aecbc236e63ef43a90c7c.tar.bz2
px4-nuttx-116ec488ee7d616e562aecbc236e63ef43a90c7c.zip
Initial mount integration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@222 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 6d3d14e8b..3d595dd19 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -13,6 +13,10 @@ examples/nsh
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