summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/README.txt')
-rwxr-xr-xnuttx/configs/stm3210e-eval/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index e6c55b332..144f0b490 100755
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -423,3 +423,9 @@ Where <subdir> is one of the following:
This configuration directory exercises the USB mass storage
class driver at examples/usbstorage. See examples/README.txt for
more information.
+
+ NOTE: The default usbstorage configuration exports a read-only
+ file system. 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.