summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-13 22:13:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-13 22:13:44 +0000
commitf02ada817bf55b63b62a5c6b91df4bf87f3edef5 (patch)
treea64d345fab5e81227fe9fcbda15eaa674a5466ea /testsuites/samples/ChangeLog
parent2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-f02ada817bf55b63b62a5c6b91df4bf87f3edef5.tar.bz2
2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes on psim.
Diffstat (limited to 'testsuites/samples/ChangeLog')
-rw-r--r--testsuites/samples/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 4666295cb2..dce6b08d36 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,5 +1,11 @@
2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
+ CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
+ on psim.
+
+2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* minimum/init.c: Exerise new ability for application to configure
minimum stack size. This test still runs the same with a 7.5K stack
on the powerpc but reserves 15K less Workspace on the PowerPC.