summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-11 23:07:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-11 23:07:26 +0000
commit258b47ea9b8686f71788ac804c9be909815f6934 (patch)
treeacd4ae9a714326c741d43e34c9ccc2df26242daf /nuttx/examples/README.txt
parent2ca9507eddbf4ae56a45983c551a84d37cd6db05 (diff)
downloadpx4-nuttx-258b47ea9b8686f71788ac804c9be909815f6934.tar.gz
px4-nuttx-258b47ea9b8686f71788ac804c9be909815f6934.tar.bz2
px4-nuttx-258b47ea9b8686f71788ac804c9be909815f6934.zip
Clean configuration varialbe names
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@816 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 3b09768d5..07a3f9d54 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -57,14 +57,17 @@ examples/nsh
Other behavior of NSH can be modified with the following settings in
the configs/<board-name>/defconfig file:
- * CONFIG_NSH_IOBUFFERSIZE
+ * CONFIG_EXAMPLES_NSH_FILEIOSIZE
Size of a static I/O buffer used for file access (ignored if
there is no filesystem).
- * CONFIG_NSH_STRERROR
+ * CONFIG_EXAMPLES_NSH_STRERROR
strerror(errno) makes more readable output but strerror() is
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
+
* CONFIG_EXAMPLES_NSH_TELNET
By default, NSH is configured to use the serial console.
If CONFIG_EXAMPLES_NSH_TELNET is set to 'y', then a TELENET