summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm02
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-01 20:21:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-01 20:21:17 +0000
commit2e3e40770ba3eed7cbdb18c2221cc11e0d62da2a (patch)
tree55d4155ba5578f6f5a8ddbd274c8a6d231e9e359 /testsuites/tmtests/tm02
parentIncreased stack space of a task. (diff)
downloadrtems-2e3e40770ba3eed7cbdb18c2221cc11e0d62da2a.tar.bz2
Increased stack space for all initialization tasks in tmtests.
Diffstat (limited to 'testsuites/tmtests/tm02')
-rw-r--r--testsuites/tmtests/tm02/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/tmtests/tm02/system.h b/testsuites/tmtests/tm02/system.h
index 2fd0f720d0..1e48c41e58 100644
--- a/testsuites/tmtests/tm02/system.h
+++ b/testsuites/tmtests/tm02/system.h
@@ -36,6 +36,7 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_TIMERS 110
#define CONFIGURE_MAXIMUM_SEMAPHORES 101
#define CONFIGURE_TICKS_PER_TIMESLICE 0
+#define CONFIGURE_INIT_TASK_STACK_SIZE (2 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE