summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/score/cpu/avr/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog
index e1cb487a52..3140c934b4 100644
--- a/cpukit/score/cpu/avr/ChangeLog
+++ b/cpukit/score/cpu/avr/ChangeLog
@@ -1,5 +1,11 @@
2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * rtems/score/avr.h: Add avr25, avr31, avr35, avr51 to
+ CPU_NAME cascade.
+ * rtems/score/cpu.h: Add missing prototypes.h.
+
+2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* rtems/score/types.h: Include stdbool.h.
Use bool as base-type for boolean.