summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-14 01:48:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-14 01:48:06 +0000
commit6e55aca4994dc7b5114b659ba444577124d4762f (patch)
tree2f77f77db71d5209614ffe84c6a627827a376de2 /nuttx/ChangeLog
parent1cb000c6f96d40ccbeb25069c1b939e915b79cba (diff)
downloadnuttx-6e55aca4994dc7b5114b659ba444577124d4762f.tar.gz
nuttx-6e55aca4994dc7b5114b659ba444577124d4762f.tar.bz2
nuttx-6e55aca4994dc7b5114b659ba444577124d4762f.zip
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
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 12c99f651..1ae0fd8ff 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -816,4 +816,7 @@
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.