Mercurial > ecos
diff packages/kernel/current/ChangeLog @ 2127:0e1e2bf4be93
* tests/timeslice.c (STACK_SIZE): Reduce the stack size so it will
compile on targets wit h only small amounts of RAM.
* tests/fptest.c: Calculate the size of ftp2_values array to fit
the amount of RAM in small systems.
* tests/clocktruth.cxx: Fix the header.
| author | asl |
|---|---|
| date | Tue, 14 Feb 2006 19:10:06 +0000 |
| parents | 1406c9fadbf3 |
| children | 27ecc11e99bd |
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog +++ b/packages/kernel/current/ChangeLog @@ -1,3 +1,11 @@ +2006-02-14 Andrew Lunn <andrew.lunn@ascom.ch> + + * tests/timeslice.c (STACK_SIZE): Reduce the stack size so it will + compile on targets wit h only small amounts of RAM. + * tests/fptest.c: Calculate the size of ftp2_values array to fit + the amount of RAM in small systems. + * tests/clocktruth.cxx: Fix the header. + 2006-01-19 Nick Garnett <nickg@ecoscentric.com> * src/sched/sched.cxx (thread_entry): Fixed a bug which could
