summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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.