summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-04 21:37:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-04 21:37:31 +0000
commitb0e850297d6e54d9d7b825c27f371cd93d3b4771 (patch)
tree2b41449055995be18eb86ace4329a08f1536374c /nuttx/configs/README.txt
parent3f81b4dd94a7ad8cf65490fc12248e16f718f31d (diff)
downloadnuttx-b0e850297d6e54d9d7b825c27f371cd93d3b4771.tar.gz
nuttx-b0e850297d6e54d9d7b825c27f371cd93d3b4771.tar.bz2
nuttx-b0e850297d6e54d9d7b825c27f371cd93d3b4771.zip
Add tools/configure.c and configure.bat
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5478 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt24
1 files changed, 16 insertions, 8 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 4e9bcca14..6e7526ed0 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -1960,16 +1960,24 @@ tools/configure.sh
There is a script that automates these steps. The following steps will
accomplish the same configuration:
- cd tools
- ./configure.sh <board-name>/<config-dir>
+ cd tools
+ ./configure.sh <board-name>/<config-dir>
-And if configs/<board-name>/<config-dir>/appconfig exists and your
-application directory is not in the standard loction (../apps), then
-you should also specify the location of the application directory on the
-command line like:
+ There is an alternative Windows batch file that can be used in the
+ windows native enironment like:
- cd tools
- ./configure.sh -a <app-dir> <board-name>/<config-dir>
+ cd ${TOPDIR}\tools
+ configure.bat <board-name>\<config-dir>
+
+ See tools/README.txt for more information about these scripts.
+
+ And if configs/<board-name>/<config-dir>/appconfig exists and your
+ application directory is not in the standard loction (../apps), then
+ you should also specify the location of the application directory on the
+ command line like:
+
+ cd tools
+ ./configure.sh -a <app-dir> <board-name>/<config-dir>
Building Symbol Tables
^^^^^^^^^^^^^^^^^^^^^^