aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 21:38:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 21:38:00 +0000
commite7e1c6aee0e0d84f290995a092c1722878a54044 (patch)
tree94033485c376aac499b6c746113cf013cee5ca19 /nuttx/Documentation
parenta568e1e63afed4a9a1fb075568eec16ab76c158d (diff)
downloadpx4-firmware-e7e1c6aee0e0d84f290995a092c1722878a54044.tar.gz
px4-firmware-e7e1c6aee0e0d84f290995a092c1722878a54044.tar.bz2
px4-firmware-e7e1c6aee0e0d84f290995a092c1722878a54044.zip
convert configs/sim/nsh to use kconfig-frontends
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5526 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttShell.html18
1 files changed, 16 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html
index 273898476..950428e8a 100644
--- a/nuttx/Documentation/NuttShell.html
+++ b/nuttx/Documentation/NuttShell.html
@@ -2518,6 +2518,8 @@ nsh>
Support external registered, &quot;builtin&quot; applications that can be
executed from the NSH command line (see apps/README.txt for
more information).
+ This required <code>CONFIG_BUILTIN</code> to enable NuttX support for
+ &quot;builtin&quot; applications.
</td>
</tr>
<tr>
@@ -3227,8 +3229,20 @@ struct cmdmap_s
</p>
<p>
These applications are built-into NSH in the sense that they can be executed by simply typing the name of the application at the NSH prompt.
- Built-in application support is enabled with the configuration option <code>CONFIG_NSH_BUILTIN_APPS</code>.
- When this configuration option is set, you will also be able to see the built-in applications if you enter &quot;nsh&gt; help&quot;.
+ Built-in application support is enabled with these configuration option:
+</p>
+<ul>
+ <li>
+ <code>CONFIG_BUILTIN</code>:
+ Enable NuttX support for builtin applications.
+ </li>
+ <li>
+ <code>CONFIG_NSH_BUILTIN_APPS</code>:
+ Enable NSH support for builtin applications.
+ </li>
+</ul>
+<p>
+ When these configuration options are set, you will also be able to see the built-in applications if you enter &quot;nsh&gt; help&quot;.
They will appear at the bottom of the list of NSH commands under:
</p>