summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-02 23:53:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-02 23:53:41 +0000
commit8becafab13c0040ff4d1d804b5bfa4f1b8a11e29 (patch)
tree42ffb1d1222446dcac5801dae1f21c38b8e26a8a /nuttx/configs/stm3210e-eval
parent7624a19d74882f3b774fdb63a0f6fb507934d9a0 (diff)
downloadpx4-nuttx-8becafab13c0040ff4d1d804b5bfa4f1b8a11e29.tar.gz
px4-nuttx-8becafab13c0040ff4d1d804b5bfa4f1b8a11e29.tar.bz2
px4-nuttx-8becafab13c0040ff4d1d804b5bfa4f1b8a11e29.zip
Update READMEs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2298 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval')
-rwxr-xr-xnuttx/configs/stm3210e-eval/README.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index 144f0b490..45d48c3ef 100755
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -124,7 +124,7 @@ NuttX buildroot Toolchain
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
- This GNU toolchain builds and executes in the Cygwin environment.
+ This GNU toolchain builds and executes in the Linux or Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
@@ -423,9 +423,3 @@ 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.