summaryrefslogtreecommitdiff
path: root/nuttx/configs/demo9s12ne64/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-05 17:27:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-05 17:27:58 -0600
commitfded810a18711e96d3ae8d56310eae4fc434550b (patch)
tree3eeec8996f94b5aefe63aa81dff1fd5f66279400 /nuttx/configs/demo9s12ne64/README.txt
parentade00d9f50648e66e78a562b0c6a83daa3ebe7a2 (diff)
downloadpx4-nuttx-fded810a18711e96d3ae8d56310eae4fc434550b.tar.gz
px4-nuttx-fded810a18711e96d3ae8d56310eae4fc434550b.tar.bz2
px4-nuttx-fded810a18711e96d3ae8d56310eae4fc434550b.zip
configs/ne64badge/ostest and demo9s12nec64/ostest: Configurations onverted to use the kconfig-frontends tools
Diffstat (limited to 'nuttx/configs/demo9s12ne64/README.txt')
-rw-r--r--nuttx/configs/demo9s12ne64/README.txt43
1 files changed, 33 insertions, 10 deletions
diff --git a/nuttx/configs/demo9s12ne64/README.txt b/nuttx/configs/demo9s12ne64/README.txt
index 964338357..8b5ec8821 100644
--- a/nuttx/configs/demo9s12ne64/README.txt
+++ b/nuttx/configs/demo9s12ne64/README.txt
@@ -358,17 +358,40 @@ HCS12/DEMO9S12NEC64-specific Configuration Options
Configurations
^^^^^^^^^^^^^^
-Each Freescale HCS12 configuration is maintained in a sub-directory and
-can be selected as follow:
+Common Configuration Notes
+--------------------------
- cd tools
- ./configure.sh demo9s12nec64/<subdir>
- cd -
- . ./setenv.sh
+ 1. Each Freescale HCS12 configuration is maintained in a sub-directory and
+ can be selected as follow:
-Where <subdir> is one of the following:
+ cd tools
+ ./configure.sh demo9s12nec64/<subdir>
+ cd -
+ . ./setenv.sh
-ostest:
- This configuration directory, performs a simple OS test using
- examples/ostest.
+ Where <subdir> is one of the configuration sub-directories described in
+ the following paragraph.
+
+ 2. These configurations use the mconf-based configuration tool. To
+ change a 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.
+
+ 3. By default, all configurations assume the that you are building under
+ under Linux (should work under Windows with Cygwin as well). This
+ is easily reconfigured:
+
+ CONFIG_HOST_LINUX=y
+
+Configuration Sub-Directories
+-----------------------------
+
+ ostest
+
+ This configuration directory, performs a simple OS test using
+ examples/ostest.