summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-19 23:16:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-19 23:16:45 +0000
commit105215cc7a1ee50bdced4a0e64ec5efd84ae6377 (patch)
treef66a373f7d62b27f1322ecd26b675c5a8e54a178 /nuttx/examples/README.txt
parent2cde9d488e766651e1641d9ab4c41237c3647fa3 (diff)
downloadpx4-nuttx-105215cc7a1ee50bdced4a0e64ec5efd84ae6377.tar.gz
px4-nuttx-105215cc7a1ee50bdced4a0e64ec5efd84ae6377.tar.bz2
px4-nuttx-105215cc7a1ee50bdced4a0e64ec5efd84ae6377.zip
Support nested if-then[-else]-fi
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@832 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-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 a3cf60a45..130ab5cb5 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -79,6 +79,10 @@ examples/nsh
new threads are generated when a command is executed in background
or as new TELNET connections are established.
+ * CONFIG_EXAMPLES_NSH_NESTDEPTH
+ The maximum number of nested if-then[-else]-fi sequences that
+ are permissable. Default: 3
+
* CONFIG_EXAMPLES_NSH_CONSOLE
If CONFIG_EXAMPLES_NSH_CONSOLE is set to 'y', then a serial
console front-end is selected.