summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-06 16:31:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-06 16:31:13 +0000
commit25130d72c303524ed50e54fddbdf0bd1096f4149 (patch)
tree85d225a0e7776640d85a168d9e1213edda0261d2 /nuttx/configs/sim/README.txt
parentcd87146d9b80c85ad070dec888635c2ea6af0a9c (diff)
downloadpx4-nuttx-25130d72c303524ed50e54fddbdf0bd1096f4149.tar.gz
px4-nuttx-25130d72c303524ed50e54fddbdf0bd1096f4149.tar.bz2
px4-nuttx-25130d72c303524ed50e54fddbdf0bd1096f4149.zip
Add sim/nsh2 configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4026 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sim/README.txt')
-rw-r--r--nuttx/configs/sim/README.txt25
1 files changed, 23 insertions, 2 deletions
diff --git a/nuttx/configs/sim/README.txt b/nuttx/configs/sim/README.txt
index ef67e1775..cac493ee0 100644
--- a/nuttx/configs/sim/README.txt
+++ b/nuttx/configs/sim/README.txt
@@ -181,6 +181,28 @@ nsh
cd <nuttx-directory>/tools
./configure.sh sim/nsh
+nsh2
+
+ Description
+ -----------
+ This is another example that configures to use the NuttShell at examples/nsh.
+ Unlike nsh, this version uses NSH built-in functions. The nx, nxhello, and
+ nxlines examples are included as built-in functions.
+
+ X11 Configuration
+ -----------------
+ This configuration uses an X11-based framebuffer driver. Of course, this
+ configuration can only be used in environments that support X11! (And it
+ may not even be usable in all of those environments without some "tweaking"
+ See discussion below under the nx11 configuration).
+
+ Configuring
+ -----------
+ This configuration may be selected as follows:
+
+ cd <nuttx-directory>/tools
+ ./configure.sh sim/nsh2
+
nx
Description
@@ -223,7 +245,7 @@ nx11
Description
-----------
Configures to use examples/nx. This configuration is similar
- to the nx configuration except that it addes support for an X11-
+ to the nx configuration except that it adds support for an X11-
based framebuffer driver. Of course, this configuration can only
be used in environments that support X11! (And it may not even
be usable in all of those environments without some "tweaking").
@@ -343,4 +365,3 @@ touchscreen
See apps/examples/README.txt for further information about build
requirements and configuration settings.
-