summaryrefslogtreecommitdiffstats
path: root/c/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests')
-rw-r--r--c/src/tests/itrontests/ChangeLog4
-rw-r--r--c/src/tests/itrontests/itrontask01/system.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/c/src/tests/itrontests/ChangeLog b/c/src/tests/itrontests/ChangeLog
index 1106527621..11dac094ad 100644
--- a/c/src/tests/itrontests/ChangeLog
+++ b/c/src/tests/itrontests/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-20 Joel Sherrill <joel@OARcorp.com>
+
+ * itrontask01/system.h: Configure enough stack memory.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
diff --git a/c/src/tests/itrontests/itrontask01/system.h b/c/src/tests/itrontests/itrontask01/system.h
index fdd13f271a..ed7f79d97a 100644
--- a/c/src/tests/itrontests/itrontask01/system.h
+++ b/c/src/tests/itrontests/itrontask01/system.h
@@ -27,6 +27,8 @@ void Task_2_through_4();
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MAXIMUM_ITRON_TASKS 4
+#define CONFIGURE_EXTRA_TASK_STACKS (RTEMS_MINIMUM_STACK_SIZE * 4)
+
#define CONFIGURE_ITRON_INIT_TASK_TABLE