From 5ba980878cdb5cb6ba48a9bec9f0cc268b0f4df8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 3 Mar 2014 14:55:42 -0600 Subject: configs/stm3210e-eval/usbmsc: Configuration converted to use the kconfig-frontends tools --- nuttx/configs/stm3210e-eval/README.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/stm3210e-eval/README.txt') 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 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 -- cgit v1.2.3