summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-01 17:50:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-01 17:50:07 +0000
commit6c8f17cbd53ae8c0bdc447da59619d6734ebae14 (patch)
tree1216f52f4180495d3699e39deee969be65685345 /nuttx/examples/README.txt
parent60baf60892705bec8c3180025cd797c5d64a1e1e (diff)
downloadpx4-nuttx-6c8f17cbd53ae8c0bdc447da59619d6734ebae14.tar.gz
px4-nuttx-6c8f17cbd53ae8c0bdc447da59619d6734ebae14.tar.bz2
px4-nuttx-6c8f17cbd53ae8c0bdc447da59619d6734ebae14.zip
examples/ostest can be executed in a loop
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@763 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index b31785a10..47ec67f6f 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -20,7 +20,11 @@ examples/ostest
The behavior of the ostest can be modified with the following
settings in the configs/<board-name>/defconfig file:
- * CONFIG_OSTEST_STACKSIZE
+ * CONFIG_EXAMPLES_OSTEST_LOOPS
+ Used to control the number of executions of the test. If
+ undefined, the test executes one time. If defined to be
+ zero, the test runs forever.
+ * CONFIG_EXAMPLES_OSTEST_STACKSIZE
Used to create the ostest task. Default is 8192.
examples/nsh