summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-04 10:48:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-04 10:48:09 -0600
commit0badcf938772b2d505491a32c81ee031bafafda1 (patch)
treebc0120ac91ffd655d38fca689bc132723dc96232 /nuttx/configs/stm3210e-eval/README.txt
parent40c878c025ccfcb705654c9f43f51ee815126892 (diff)
downloadnuttx-0badcf938772b2d505491a32c81ee031bafafda1.tar.gz
nuttx-0badcf938772b2d505491a32c81ee031bafafda1.tar.bz2
nuttx-0badcf938772b2d505491a32c81ee031bafafda1.zip
configs/stm3210e-eval/nxconsole: 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.txt39
1 files changed, 26 insertions, 13 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index 41846990e..0394537c5 100644
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -910,27 +910,40 @@ Where <subdir> is one of the following:
from the other, however, in that it uses the NxConsole driver to host
the NSH shell.
- Some of the differences in this configuration include these settings
- in the defconfig file:
+ 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. Some of the differences in this configuration include these settings
+ in the defconfig file:
- These select NX Multi-User mode:
+ These select NX Multi-User mode:
- CONFG_NX_MULTIUSER=y
- CONFIG_DISABLE_MQUEUE=n
+ CONFG_NX_MULTIUSER=y
+ CONFIG_DISABLE_MQUEUE=n
- The following definition in the defconfig file to enables the NxConsole
- driver:
+ The following definition in the defconfig file to enables the NxConsole
+ driver:
- CONFIG_NXCONSOLE=y
+ CONFIG_NXCONSOLE=y
- The appconfig file selects examples/nxconsole instead of examples/nsh:
+ And this selects apps/examples/nxconsole instead of apps/examples/nsh:
- CONFIGURED_APPS += examples/nxconsole
+ CONFIG_EXAMPLES_NXCONSOLE=y
- Other configuration settings:
+ Other configuration settings of interest:
- CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : NuttX buildroot under Linux or Cygwin
- CONFIG_LCD_LANDSCAPE=y : 320x240 landscape
+ CONFIG_HOST_WINDOWS=y : Windows
+ CONFIG_WINDOWS_CYGWIN=y : with Cygwin
+ CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : NuttX buildroot under Linux or Cygwin
+ CONFIG_LCD_LANDSCAPE=y : 320x240 landscape
pm:
--