summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/score/cpu/avr/ChangeLog4
-rw-r--r--cpukit/score/cpu/avr/rtems/score/cpu.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog
index a6b0863c11..ca48ff6c92 100644
--- a/cpukit/score/cpu/avr/ChangeLog
+++ b/cpukit/score/cpu/avr/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * rtems/score/cpu.h: AVR stack grows down.
+
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to
diff --git a/cpukit/score/cpu/avr/rtems/score/cpu.h b/cpukit/score/cpu/avr/rtems/score/cpu.h
index 980eb3d62a..48e72c57c9 100644
--- a/cpukit/score/cpu/avr/rtems/score/cpu.h
+++ b/cpukit/score/cpu/avr/rtems/score/cpu.h
@@ -317,7 +317,7 @@ extern "C" {
* XXX document implementation including references if appropriate
*/
-#define CPU_STACK_GROWS_UP TRUE
+#define CPU_STACK_GROWS_UP FALSE
/*
* The following is the variable attribute used to force alignment