summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-28 23:14:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-28 23:14:23 +0000
commitb32020b4707a7ca532a0760621ad501aac0422c4 (patch)
tree1494c1247256e6ccb09f08c1f325a2729b2ecd56 /cpukit/score/cpu/avr/ChangeLog
parent2009-07-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-b32020b4707a7ca532a0760621ad501aac0422c4.tar.bz2
2009-07-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, cpu_asm.S, rtems/score/cpu.h: Context switch now works well enough to run ticker to completion with the simulator clock idle task. But if you comment out the printk's in _CPU_Context_Initialize, it hangs. This remains to be investigated.
Diffstat (limited to 'cpukit/score/cpu/avr/ChangeLog')
-rw-r--r--cpukit/score/cpu/avr/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog
index 2a36794e38..7a7d9a543a 100644
--- a/cpukit/score/cpu/avr/ChangeLog
+++ b/cpukit/score/cpu/avr/ChangeLog
@@ -1,3 +1,10 @@
+2009-07-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * cpu.c, cpu_asm.S, rtems/score/cpu.h: Context switch now works well
+ enough to run ticker to completion with the simulator clock idle
+ task. But if you comment out the printk's in _CPU_Context_Initialize,
+ it hangs. This remains to be investigated.
+
2009-07-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, cpu_asm.S: Unsuccessful attempt to fix.