From 640f2d23662509b3e5ed691cfa7e5e6c4bce971e Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 28 Mar 2011 13:01:57 +0000 Subject: 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 --- apps/README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/README.txt') 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: -- cgit v1.2.3