summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-12 23:59:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-12 23:59:32 +0000
commitb796f476c1dc59a2f063181b65648993b3e1a858 (patch)
treeabd9e21d3ef52a586da75728a35385f79b81efb0 /nuttx/examples/README.txt
parent51172e243d849989e1c2f3a5ce7e570f054d84e3 (diff)
downloadpx4-nuttx-b796f476c1dc59a2f063181b65648993b3e1a858.tar.gz
px4-nuttx-b796f476c1dc59a2f063181b65648993b3e1a858.tar.bz2
px4-nuttx-b796f476c1dc59a2f063181b65648993b3e1a858.zip
Add 'sh' to NSH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@819 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 07a3f9d54..3dd7f1494 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -66,7 +66,8 @@ examples/nsh
very large and will not be used unless this setting is 'y'
* CONFIG_EXAMPLES_NSH_LINELEN
- The maximum length of one command line. Default: 80
+ The maximum length of one command line and of one output line.
+ Default: 80
* CONFIG_EXAMPLES_NSH_TELNET
By default, NSH is configured to use the serial console.
@@ -82,9 +83,6 @@ examples/nsh
Determines the size of the I/O buffer to use for sending/
receiving TELNET commands/reponses
- * CONFIG_EXAMPLES_NSH_CMD_SIZE
- The size of one parsed NSH command
-
* CONFIG_EXAMPLES_NSH_STACKSIZE
The stack size to use when spawning new threads as new TELNET
connections are established.