summaryrefslogtreecommitdiff
path: root/nuttx/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-07 16:04:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-07 16:04:10 +0000
commit9397638e24a683c5b60217ea244494b0d2c69e20 (patch)
tree5b83137696b03b5746c536ed0cd3940e22be2e79 /nuttx/README.txt
parent55454ea9734edb08e0323251b43887dd6704fbd4 (diff)
downloadnuttx-9397638e24a683c5b60217ea244494b0d2c69e20.tar.gz
nuttx-9397638e24a683c5b60217ea244494b0d2c69e20.tar.bz2
nuttx-9397638e24a683c5b60217ea244494b0d2c69e20.zip
STM32 OTG FS device fix from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5318 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/README.txt')
-rw-r--r--nuttx/README.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/README.txt b/nuttx/README.txt
index 02067fc73..ee7f62588 100644
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -205,7 +205,8 @@ Instantiating "Canned" Configurations
Where <board-name> is the name of your development board and <config-dir>.
Configuring NuttX requires only copying three files from the <config-dir>
-to the directly where you installed NuttX (TOPDIR):
+to the directory where you installed NuttX (TOPDIR) (and sometimes one
+additional file to the directory the NuttX application package (APPSDIR)):
Copy configs/<board-name>/<config-dir>/Make.def to ${TOPDIR}/Make.defs
@@ -227,6 +228,14 @@ to the directly where you installed NuttX (TOPDIR):
included in the build and what is not. This file is also used
to generate a C configuration header at include/nuttx/config.h.
+ Copy configs/<board-name>/<config-dir>/appconfig to ${APPSDIR}/.config
+
+ 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.
+
General information about configuring NuttX can be found in:
${TOPDIR}/configs/README.txt