summaryrefslogtreecommitdiff
path: root/apps/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-28 13:01:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-28 13:01:57 +0000
commit640f2d23662509b3e5ed691cfa7e5e6c4bce971e (patch)
treeb165f83dc3ab317e4bec4d31ba3089d59f7334eb /apps/README.txt
parent931bd2b8661c8ed4c923220490cbebc56d6c0065 (diff)
downloadpx4-nuttx-640f2d23662509b3e5ed691cfa7e5e6c4bce971e.tar.gz
px4-nuttx-640f2d23662509b3e5ed691cfa7e5e6c4bce971e.tar.bz2
px4-nuttx-640f2d23662509b3e5ed691cfa7e5e6c4bce971e.zip
Renamed nuttapp to namedapp; add binfs to nammedapp/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3429 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/README.txt')
-rw-r--r--apps/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/README.txt b/apps/README.txt
index 7185d1371..e824c8a2a 100644
--- a/apps/README.txt
+++ b/apps/README.txt
@@ -6,8 +6,8 @@ This folder provides various applications found in sub-directories.
Application entry points with their requirements are gathered together in
in two files:
- - exec_nuttapp_proto.h Entry points, prototype function
- - exec_nuttapp_list.h Application specific information and requirements
+ - namedapp/namedapp_proto.h Entry points, prototype function
+ - namedapp/namedapp_list.h Application specific information and requirements
The build occurs in several phases as different build targets are executed:
(1) contex, (2) depend, and (3) default (all). Application information is
@@ -15,7 +15,7 @@ collected during the make context build phase.
To execute an application function:
- exec_nuttapp() is defined in the nuttx/include/apps/apps.h
+ exec_namedapp() is defined in the nuttx/include/apps/apps.h
NuttShell provides transparent method of invoking the command, when the
following option is enabled: