From 25130d72c303524ed50e54fddbdf0bd1096f4149 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 6 Oct 2011 16:31:13 +0000 Subject: Add sim/nsh2 configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4026 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/sim/README.txt | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/sim/README.txt') 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 /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 /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. - -- cgit v1.2.3