summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-28 17:58:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-28 17:58:29 +0000
commit27fe288e1c5e3e34fe33df351eb69f8fccc1b3de (patch)
treeba52af6c674261554339fdebeeed752f54cbc657 /nuttx
parent23b7425e493fef6758bd56c1a101d62a39bee4df (diff)
downloadpx4-nuttx-27fe288e1c5e3e34fe33df351eb69f8fccc1b3de.tar.gz
px4-nuttx-27fe288e1c5e3e34fe33df351eb69f8fccc1b3de.tar.bz2
px4-nuttx-27fe288e1c5e3e34fe33df351eb69f8fccc1b3de.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1332 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/configs/sim/README.txt31
1 files changed, 26 insertions, 5 deletions
diff --git a/nuttx/configs/sim/README.txt b/nuttx/configs/sim/README.txt
index 323f579b9..511a3b80f 100644
--- a/nuttx/configs/sim/README.txt
+++ b/nuttx/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 <nuttx-directory>/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 <nuttx-directory>/tools
+ ./Configure.sh sim/nsh
+
+nx
+ Configures to use examples/nx. This configuration may be
+ selected as follows:
+
+ cd <nuttx-directory>/tools
+ ./Configure.sh sim/nx
+
+ostest
+
+ The "standard" NuttX examples/ostest configuration. This
+ configuration may be selected as follows:
+
+ cd <nuttx-directory>/tools
+ ./Configure.sh sim/ostest
+
pashello
Configures to use examples/pashello. This configuration may