summaryrefslogtreecommitdiff
path: root/nuttx/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-09 12:55:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-09 12:55:13 +0000
commit6afb58c74e1b0bbfe3306e1a3a00d31462c598fa (patch)
tree9c78e5873d7cf77b3479315a96d18fabfa86f718 /nuttx/README.txt
parentba1189436af1c941497484d199f383ffc64dc38f (diff)
downloadnuttx-6afb58c74e1b0bbfe3306e1a3a00d31462c598fa.tar.gz
nuttx-6afb58c74e1b0bbfe3306e1a3a00d31462c598fa.tar.bz2
nuttx-6afb58c74e1b0bbfe3306e1a3a00d31462c598fa.zip
Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/README.txt')
-rw-r--r--nuttx/README.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/nuttx/README.txt b/nuttx/README.txt
index 0348f7f30..23d0e1a81 100644
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -243,8 +243,8 @@ additional file to the directory the NuttX application package (APPSDIR)):
The appconfig file describes the applications that need to be
built in the appliction directory (APPSDIR). Not all configurations
have an appconfig file. This file is deprecated and will not be
- used with new defconfig files produced with the mconf configuration
- tool.
+ used with new defconfig files produced with the kconfig-mconf
+ configuration tool.
General information about configuring NuttX can be found in:
@@ -439,14 +439,14 @@ NuttX Configuration Tool under DOS
And of course, after you use the configuration tool you need to
restore CONFIG_WINDOWS_NATIVE=y and the correct CONFIG_APPS_DIR.
- 2) You can, with some effort, run the the Cygwin mconf tool directly
- in the CMD.exe shell. In this case, you do not have to modify the
- .config file, but there are other complexities:
+ 2) You can, with some effort, run the the Cygwin kconfig-mconf tool
+ directly in the CMD.exe shell. In this case, you do not have to
+ modify the .config file, but there are other complexities:
a. You need to temporarily set the Cgywin directories in the PATH
- variable then run mconf manually like:
+ variable then run kconfig-mconf manually like:
- mconf Kconfig
+ kconfig-mconf Kconfig
There is a Windows bacht file at tools/kconfig.bat that automates
these steps:
@@ -454,9 +454,9 @@ NuttX Configuration Tool under DOS
tools/kconfig menuconfig
b. There is an issue with accessing DOS environment variables from
- the Cygwin mconf running in the CMD.exe shell. The following
- change to the top-level Kconfig file seems to work around these
- problems:
+ the Cygwin kconfig-mconf running in the CMD.exe shell. The
+ following change to the top-level Kconfig file seems to work
+ around these problems:
config APPSDIR
string