summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-02 17:38:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-02 17:38:15 +0000
commit75a10a00a94aae127576c22cd579deb7e72846a7 (patch)
treeea8102257734de67fa7f9dda3549661028247482 /nuttx/examples/README.txt
parentdfabfdb7eea9614e388bc7f0b82bf39e1b648525 (diff)
downloadpx4-nuttx-75a10a00a94aae127576c22cd579deb7e72846a7.tar.gz
px4-nuttx-75a10a00a94aae127576c22cd579deb7e72846a7.tar.bz2
px4-nuttx-75a10a00a94aae127576c22cd579deb7e72846a7.zip
Prep for 4.14 releasenuttx-4.14
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2296 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index fb3091ebe..496f026fa 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -451,6 +451,12 @@ examples/usbstorage
Error results are always shown in the trace output
+ NOTE: The default usbstorage configuration may exports only a read-only
+ file system if no write-able file system is included in the configuration.
+ That is due to logic in include/nuttx/config.h that is, perhaps, a little
+ too clever and if there is no write-able file systrem in the configuration,
+ it forces read-only block drivers to save space.
+
examples/wget
^^^^^^^^^^^^^