From 8344205751e2813b009fec07c85e8e8dedee9133 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 28 Nov 2008 17:58:29 +0000 Subject: [PATCH] update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1332 42af7a65-404d-4744-a932-0658087f49c3 --- configs/sim/README.txt | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/configs/sim/README.txt b/configs/sim/README.txt index 323f579b9b..511a3b80f8 100644 --- a/configs/sim/README.txt +++ b/configs/sim/README.txt @@ -1,13 +1,12 @@ README ^^^^^^ -ostest - - The "standard" NuttX examples/ostest configuration. This - configuration may be selected as follows: +mount + Configures to use examples/mount. This configuration may be + selected as follows: cd /tools - ./Configure.sh sim/ostest + ./Configure.sh sim/mount nettest @@ -21,6 +20,28 @@ nettest NOTE: The NuttX network is not, however, functional on the TAP device yet. +nsh + Configures to use the NuttShell at examples/nsh. This configuration + may be selected as follows: + + cd /tools + ./Configure.sh sim/nsh + +nx + Configures to use examples/nx. This configuration may be + selected as follows: + + cd /tools + ./Configure.sh sim/nx + +ostest + + The "standard" NuttX examples/ostest configuration. This + configuration may be selected as follows: + + cd /tools + ./Configure.sh sim/ostest + pashello Configures to use examples/pashello. This configuration may