summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-28 18:06:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-28 18:06:51 +0000
commit46f39c4adab2144ee3e7f11a02f0d2253b656668 (patch)
tree75bd179581f5c8a8b532dcc83658105e3a180993 /nuttx/examples/README.txt
parent09e1aa6ffa05eedcdb4e9f71d7a08f9139311fb6 (diff)
downloadpx4-nuttx-46f39c4adab2144ee3e7f11a02f0d2253b656668.tar.gz
px4-nuttx-46f39c4adab2144ee3e7f11a02f0d2253b656668.tar.bz2
px4-nuttx-46f39c4adab2144ee3e7f11a02f0d2253b656668.zip
Replace CONFIG_EXAMPLE with CONFIG_APP_DIR
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2893 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index ad301dbab..e6075ec84 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -2,11 +2,13 @@ examples
^^^^^^^^
The examples directory contains several sample applications that
- can be linked with nuttx. The specific example is selected in the
- configs/<board-name>/defconfig file via the CONFIG_EXAMPLE setting.
- For example,
+ can be linked with NuttX. The specific example is selected in the
+ configs/<board-name>/defconfig file via the CONFIG_APP_DIR setting.
+ This setting provides the path to the directory containing the
+ application Makefile (this path is a relative to the NuttX top-
+ level directory). For example,
- CONFIG_EXAMPLE=ostest
+ CONFIG_APP_DIR=examples/ostest
Selects the examples/ostest example.