2001-11-01 Joel Sherrill <joel@OARcorp.com>

* sp26/system.h: Properly account for stack memory used by
	this test. Reported by Jerry Needell <jerry.needell@unh.edu>
	and processed as PR78.
This commit is contained in:
Joel Sherrill
2001-11-01 23:08:47 +00:00
parent 38c0f98ee2
commit 850f87e5c9
4 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2001-11-01 Joel Sherrill <joel@OARcorp.com>
* sp26/system.h: Properly account for stack memory used by
this test. Reported by Jerry Needell <jerry.needell@unh.edu>
and processed as PR78.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -30,6 +30,7 @@ void task1(void);
#define CONFIGURE_MAXIMUM_TASKS 5
#define CONFIGURE_MAXIMUM_REGIONS 1
#define CONFIGURE_EXTRA_TASK_STACKS (RTEMS_MINIMUM_STACK_SIZE * 4)
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE