summaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-12 15:56:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-12 15:56:16 +0000
commit6d869dfde877479cc5a89af5caf3ff31b249ca8d (patch)
tree4646230b00e5417e4c091666caad617ad5eca96a /doc/ChangeLog
parent2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-6d869dfde877479cc5a89af5caf3ff31b249ca8d.tar.bz2
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* porting/idlethread.t: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 9fa9388ee2..cbefc552d3 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * porting/idlethread.t: Change prototype of IDLE thread to consistently
+ return void * and take a uintptr_t argument.
+
2009-01-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
* bsp_howto/console.t: Clarify interrupt transmit process.