diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 0f90e761099..21facc51ac2 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@
Last Updated: February 20, 2014
+Last Updated: March 6, 2014
CONFIG_SCHED_WAITPID=y defined, specific applications can still be forced to run asynchronously by adding the ampersand (&) after the NSH command.
-
- The appconfig File.
- A special configuration file is used to configure which applications are to be included in the build.
- The source for this file is saved at configs/<board>/<configuration>/appconfig.
- The existence of the appconfig file in the board configuration directory is sufficient to enable building of applications.
-
- The appconfig file is copied into the apps/ directory as .config when NuttX is configured.
- .config is included by the top-level apps/Makefile.
- As a minimum, this configuration file must define files to add to the CONFIGURED_APPS list like:
-
-CONFIGURED_APPS += examples/hello -- -
- Changes in the Works.
- There are changes in the works that will obsolete the appconfig file.
- These changes will implement an automated configuration system for NuttX.
- One consequence of this new configuration system is that the appconfig file will become obsolete and will be replaced by a new mechanism for selecting applications.
- This new mechanism is not yet available, but is dicussed here: http://tech.groups.yahoo.com/group/nuttx/message/1604.
-
@@ -4142,8 +4116,6 @@ mount -t vfat /dev/ram1 /tmp
[addrouteappconfigappconfig)CONFIG_NSH_NESTDEPTHCONFIG_NSH_NETMASKCONFIG_NSH_NOMACCONFIG_NSH_READLINE |
- 1Optional - -2.4.2 Summary of Files2.4.2.1 Board Specific Logic@@ -744,13 +738,6 @@ most C files in the system. -
-
configs/<board-name>/[<config-dir>/]defconfig to ${TOPDIR}/.config
- And if
Where <board-name> is the name of one of the sub-directories of the
NuttX
- If |