summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-05 01:11:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-05 01:11:05 +0000
commit6eae3bdd5b14d9a416fd09bd204281733bb004a2 (patch)
treead34f4d92e799aca252fb81110533c0087f4fdec /cpukit/score/cpu/avr/ChangeLog
parent2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-6eae3bdd5b14d9a416fd09bd204281733bb004a2.tar.bz2
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Lower minimum stack size to 512 and CPU alignment to 4.
Diffstat (limited to 'cpukit/score/cpu/avr/ChangeLog')
-rw-r--r--cpukit/score/cpu/avr/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog
index f509ab6135..b44738fa1e 100644
--- a/cpukit/score/cpu/avr/ChangeLog
+++ b/cpukit/score/cpu/avr/ChangeLog
@@ -1,5 +1,10 @@
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * rtems/score/cpu.h: Lower minimum stack size to 512 and CPU alignment
+ to 4.
+
+2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* cpu_asm.c: Add stub for setjmp/longjmp. Remove when in newlib.
2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>