From 6f83493635cb3507332725d981ac00053414b4ab Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 18 Sep 2008 23:42:12 +0000 Subject: 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 --- nuttx/examples/README.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/examples/README.txt') diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt index d47e5cdc1..0608f9dd4 100644 --- a/nuttx/examples/README.txt +++ b/nuttx/examples/README.txt @@ -26,6 +26,10 @@ examples/ostest zero, the test runs forever. * CONFIG_EXAMPLES_OSTEST_STACKSIZE Used to create the ostest task. Default is 8192. + * CONFIG_EXAMPLES_OSTEST_NBARRIER_THREADS + Specifies the number of threads to create in the barrier + test. The default is 8 but a smaller number may be needed on + systems without sufficient memory to start so many threads. examples/nsh ^^^^^^^^^^^^ -- cgit v1.2.3