summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-29 20:59:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-29 20:59:40 +0000
commit8698f6ddcaebf63f5324b3c28d95dcb315a16897 (patch)
tree45065cb6115a2b4b0f957ea0347a396add2f01a4 /apps/examples/README.txt
parent97093036cbd89e0992306554d0d6b8f9f796a2db (diff)
downloadpx4-nuttx-8698f6ddcaebf63f5324b3c28d95dcb315a16897.tar.gz
px4-nuttx-8698f6ddcaebf63f5324b3c28d95dcb315a16897.tar.bz2
px4-nuttx-8698f6ddcaebf63f5324b3c28d95dcb315a16897.zip
Add beginning of a test for NXFFS
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3540 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 7f000dd5a..d342814c2 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -228,6 +228,14 @@ examples/nx
CONFIG_DISABLE_PTHREAD=n
CONFIG_NX_BLOCKING=y
+examples/nxffs
+^^^^^^^^^^^^^^
+
+ This is a test of the NuttX NXFFS FLASH file system. This is an NXFFS
+ stress test and beats on the file system very hard. It should only
+ be used in a simulation environment! Putting this NXFFS test on real
+ hardware will most likely destroy your FLASH. You have been warned.
+
examples/nxflat
^^^^^^^^^^^^^^^