summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-02 12:35:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-02 12:35:30 +0000
commite2ce5d030925d1dd181d873b9f8a96ba5661a177 (patch)
tree41be2c630836828804f1ae8fa7ea9cacee77e6c5 /nuttx/examples/README.txt
parent16fdd6a9d18d44d4915b5285718c7a127090cf86 (diff)
downloadpx4-nuttx-e2ce5d030925d1dd181d873b9f8a96ba5661a177.tar.gz
px4-nuttx-e2ce5d030925d1dd181d873b9f8a96ba5661a177.tar.bz2
px4-nuttx-e2ce5d030925d1dd181d873b9f8a96ba5661a177.zip
Add option to disable background commands
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@865 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 4847d3d25..4cbec9515 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -117,6 +117,13 @@ examples/nsh
if-then[-else]-fi construct. This would only be set on systems
where a minimal footprint is a necessity and scripting is not.
+ * CONFIG_EXAMPLES_NSH_DISABLEBG
+ This can be set to 'y' to suppress support for background
+ commands. This setting disables the 'nice' command prefix and
+ the '&' command suffix. This would only be set on systems
+ where a minimal footprint is a necessity and background command
+ execution is not.
+
* CONFIG_EXAMPLES_NSH_CONSOLE
If CONFIG_EXAMPLES_NSH_CONSOLE is set to 'y', then a serial
console front-end is selected.