From 982b40abe7dc9c104f333152fcd840dd1bfd3221 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 14 Jul 2009 01:48:06 +0000 Subject: [PATCH] A big, hard-coded stack size was used in several places git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1986 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 0f4459c15e..a8a546ca0f 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 12, 2009

+

Last Updated: July 13, 2009

@@ -1489,6 +1489,10 @@ nuttx-0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> with more standard exec() functions, however, because (1) it returns and (2) it requires symbol table arguments. * lib/: Add fileno() + * examples/ostest: Several of the tests used a big, hard-coded stack size + when creating test threads (16Kb stacksize). The stack size should + be controlled by the .config file or the OSTest won't work on platforms + with memory constraints. nuttx-0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>