summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-03 14:55:42 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-03 14:55:42 -0600
commit5ba980878cdb5cb6ba48a9bec9f0cc268b0f4df8 (patch)
tree4bbd82d44b793d6e66dee3ad1b21f541d8377cb6 /nuttx/configs/stm3210e-eval/README.txt
parent80d966cbc6bec6fceb20299935d7b10d8d7a2afd (diff)
downloadnuttx-5ba980878cdb5cb6ba48a9bec9f0cc268b0f4df8.tar.gz
nuttx-5ba980878cdb5cb6ba48a9bec9f0cc268b0f4df8.tar.bz2
nuttx-5ba980878cdb5cb6ba48a9bec9f0cc268b0f4df8.zip
configs/stm3210e-eval/usbmsc: Configuration converted to use the kconfig-frontends tools
Diffstat (limited to 'nuttx/configs/stm3210e-eval/README.txt')
-rw-r--r--nuttx/configs/stm3210e-eval/README.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index e54b29432..2c90cf269 100644
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -1035,5 +1035,18 @@ Where <subdir> is one of the following:
class driver at system/usbmsc. See examples/README.txt for
more information.
- CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : NuttX buildroot under Linux or Cygwin
+ NOTES:
+
+ 1. This configuration uses the mconf-based configuration tool. To
+ change this configurations using that tool, you should:
+
+ a. Build and install the kconfig-mconf tool. See nuttx/README.txt
+ and misc/tools/
+
+ b. Execute 'make menuconfig' in nuttx/ in order to start the
+ reconfiguration process.
+
+ 2. Build environment (can be easily reconfigured):
+ CONFIG_HOST_LINUX=y : Linux (or Cygwin)
+ CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : NuttX buildroot under Linux or Cygwin