summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
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/configs/sim
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/configs/sim')
-rw-r--r--nuttx/configs/sim/ostest/defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/configs/sim/ostest/defconfig b/nuttx/configs/sim/ostest/defconfig
index a7d93ec76..f5e7bc8f8 100644
--- a/nuttx/configs/sim/ostest/defconfig
+++ b/nuttx/configs/sim/ostest/defconfig
@@ -282,6 +282,11 @@ CONFIG_EXAMPLE_NETTEST_NETMASK=(255<<24|255<<16|255<<8|0)
CONFIG_EXAMPLE_NETTEST_CLIENTIP=(192<<24|168<<16|0<<8|106)
#
+# Settings for examples/ostest
+CONFIG_EXAMPLES_OSTEST_LOOPS=100
+CONFIG_EXAMPLES_OSTEST_STACKSIZE=8192
+
+#
# Settings for examples/nsh
CONFIG_EXAMPLES_NSH_TELNET=n
CONFIG_EXAMPLES_NSH_IOBUFFER_SIZE=512