From 8ebfa28aa2f43f8ecc62af84e5ac9b4907cfc18a Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 18 Sep 2008 23:42:12 +0000 Subject: [PATCH] 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 --- configs/mcu123-lpc214x/ostest/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/mcu123-lpc214x/ostest/defconfig b/configs/mcu123-lpc214x/ostest/defconfig index d4a1fb41278..8d6a46c7eaa 100644 --- a/configs/mcu123-lpc214x/ostest/defconfig +++ b/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