summaryrefslogtreecommitdiff
path: root/apps/README
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-11 12:36:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-11 12:36:30 +0000
commitc390084bbc63e3c2548734af1b2c53a9a5771729 (patch)
tree1d665a4ce05d84882e165127198eeb10670a7dd6 /apps/README
parentee17172d5800fca4fab951e65050b711a6d3b0d4 (diff)
downloadnuttx-c390084bbc63e3c2548734af1b2c53a9a5771729.tar.gz
nuttx-c390084bbc63e3c2548734af1b2c53a9a5771729.tar.bz2
nuttx-c390084bbc63e3c2548734af1b2c53a9a5771729.zip
apps/-related updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3364 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/README')
-rw-r--r--apps/README6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/README b/apps/README
index 61129e7d6..4ffee90c8 100644
--- a/apps/README
+++ b/apps/README
@@ -35,7 +35,7 @@ where each application can be controlled as:
To include applications under the user ../apps directory:
CONFIG_BUILTIN_APPS_USER=y/n
-When the user defines an option:
+When the user defines an option: (NOT IMPLEMENTED YET)
CONFIG_BUILTIN_APP_START=<application name>
then after initialization of the NuttX OS it starts this application
@@ -56,7 +56,3 @@ define:
4. add enable/disable option in the top file in this directory as:
ifeq CONFIG_BUILTIN_APPS_<NAME>
...
-
-To include user (external) application create an application under
-../apps directory and steps 1. - 3. The last 4. step is not needed, as,
-all applications under ../apps becomes a part of the build process.