From fd234b864cace44a3fc4b77bdf0f9dd60aa56f20 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Feb 2009 18:19:33 +0000 Subject: 2009-02-27 Joel Sherrill * rtems/score/cpu.h: AVR stack grows down. --- cpukit/score/cpu/avr/ChangeLog | 4 ++++ cpukit/score/cpu/avr/rtems/score/cpu.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * rtems/score/cpu.h: AVR stack grows down. + 2009-02-12 Joel Sherrill * 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 -- cgit v1.2.3