summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-18 23:42:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-18 23:42:12 +0000
commit6f83493635cb3507332725d981ac00053414b4ab (patch)
treead8d0630ff15a2f3818b0d981b7c49cab4a14787 /nuttx/configs/mcu123-lpc214x/ostest/defconfig
parentda90ea4a7f3443a13b79cf0c9197f1f3736fc188 (diff)
downloadpx4-nuttx-6f83493635cb3507332725d981ac00053414b4ab.tar.gz
px4-nuttx-6f83493635cb3507332725d981ac00053414b4ab.tar.bz2
px4-nuttx-6f83493635cb3507332725d981ac00053414b4ab.zip
Make number of threads in barrier test configurable
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@935 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x/ostest/defconfig')
-rw-r--r--nuttx/configs/mcu123-lpc214x/ostest/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/ostest/defconfig b/nuttx/configs/mcu123-lpc214x/ostest/defconfig
index d4a1fb412..8d6a46c7e 100644
--- a/nuttx/configs/mcu123-lpc214x/ostest/defconfig
+++ b/nuttx/configs/mcu123-lpc214x/ostest/defconfig
@@ -331,6 +331,7 @@ CONFIG_NET_RESOLV_ENTRIES=4
# Settings for examples/ostest
CONFIG_EXAMPLES_OSTEST_LOOPS=1
CONFIG_EXAMPLES_OSTEST_STACKSIZE=4096
+CONFIG_EXAMPLES_OSTEST_NBARRIER_THREADS=3
#
# Settings for examples/nsh