Rename namedapp as simply builtin

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5454 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-12-23 20:22:41 +00:00
parent 7dcd2d1c40
commit 74fc8cee5b
33 changed files with 37 additions and 36 deletions

View File

@ -505,7 +505,7 @@ CONFIG_HAVE_CXX=y
#
# Named Applications
#
CONFIG_NAMEDAPP=y
CONFIG_BUILTIN=y
#
# Examples

View File

@ -334,7 +334,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -342,7 +342,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -531,7 +531,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
CONFIG_NAMEDAPP=y
CONFIG_BUILTIN=y
#
# Examples

View File

@ -370,7 +370,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -505,7 +505,7 @@ CONFIG_HAVE_CXX=y
#
# Named Applications
#
CONFIG_NAMEDAPP=y
CONFIG_BUILTIN=y
#
# Examples

View File

@ -630,7 +630,7 @@ CONFIG_HAVE_CXXINITIALIZE=y
#
# Named Applications
#
CONFIG_NAMEDAPP=y
CONFIG_BUILTIN=y
#
# Examples

View File

@ -474,7 +474,7 @@ CONFIG_HAVE_CXX=y
#
# Named Applications
#
CONFIG_NAMEDAPP=y
CONFIG_BUILTIN=y
#
# Examples

View File

@ -148,9 +148,9 @@ If you are running X11 applications as NSH add-on programs, then the stack
size of the add-on program is controlled in another way. Here are the
steps for increasing the stack size in that case:
cd ../apps/namedapps # Go to the namedapps directory
vi namedapps_list.h # Edit this file and increase the stack size of the add-on
rm .built *.o # This will force the namedapps logic to rebuild
cd ../apps/builtin # Go to the builtin apps directory
vi builtin_list.h # Edit this file and increase the stack size of the add-on
rm .built *.o # This will force the builtin apps logic to rebuild
Buffered I/O Issues
-------------------

View File

@ -298,7 +298,7 @@ CONFIG_UCLIBCXX_HAVE_LIBSUPCXX=y
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -376,7 +376,7 @@ CONFIG_HAVE_CXX=y
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -297,7 +297,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -659,7 +659,7 @@ CONFIG_HAVE_CXXINITIALIZE=y
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -494,7 +494,7 @@ CONFIG_HAVE_CXXINITIALIZE=y
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -487,7 +487,7 @@ CONFIG_HAVE_CXXINITIALIZE=y
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -428,7 +428,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
CONFIG_NAMEDAPP=y
CONFIG_BUILTIN=y
#
# Examples

View File

@ -410,7 +410,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -426,7 +426,7 @@ CONFIG_UCLIBCXX_HAVE_LIBSUPCXX=y
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -460,7 +460,7 @@ CONFIG_HAVE_CXX=y
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -518,7 +518,7 @@ CONFIG_HAVE_CXXINITIALIZE=y
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -430,7 +430,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -430,7 +430,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -12,7 +12,7 @@ Execution starts in the following order:
is set. It must be set for the VSN board.
- boot, performs initial chip and board initialization
- sched/os_bringup.c then calls either user_start or exec_namedapp()
- sched/os_bringup.c then calls either user_start or exec_builtin()
with application as set in the .config
@ -55,4 +55,5 @@ Compile notes
To link-in the sif_main() utility do, in this folder:
- make context TOPDIR=<path to nuttx top dir>
This will result in registering the application into the namedapp.
This will result in registering the application into the builtin application
registry.

View File

@ -303,7 +303,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -302,7 +302,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -303,7 +303,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -342,7 +342,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -342,7 +342,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -303,7 +303,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -302,7 +302,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -302,7 +302,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -329,7 +329,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples

View File

@ -329,7 +329,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Named Applications
#
# CONFIG_NAMEDAPP is not set
# CONFIG_BUILTIN is not set
#
# Examples