summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-21 12:37:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-21 12:37:19 +0000
commitcd0bc3dcefd312d88a132ecf02900013a6f90a0a (patch)
tree00786d06254cca1dbba5ed8fb9e5e7420b6849c6
parente87870fc3371ad1767040a60c885907ef820469b (diff)
downloadpx4-nuttx-cd0bc3dcefd312d88a132ecf02900013a6f90a0a.tar.gz
px4-nuttx-cd0bc3dcefd312d88a132ecf02900013a6f90a0a.tar.bz2
px4-nuttx-cd0bc3dcefd312d88a132ecf02900013a6f90a0a.zip
Document CONFIG_NSH_STRERROR
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@719 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/examples/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 39dee7f8f..b31785a10 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -57,6 +57,10 @@ examples/nsh
Size of a static I/O buffer used for file access (ignored if
there is no filesystem).
+ * CONFIG_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_TELNET
By default, NSH is configured to use the serial console.
If CONFIG_EXAMPLES_NSH_TELNET is set to 'y', then a TELENET