summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-27 12:48:22 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-27 12:48:53 +0200
commit9d0913d16ccf2e3e412e0bbc13d5a8473406eefc (patch)
tree2ebc856517b380ce07574b2cd620f4d7fa9eab58 /testsuites
parentscore: Replace _API_Mutex_Is_locked() (diff)
downloadrtems-9d0913d16ccf2e3e412e0bbc13d5a8473406eefc.tar.bz2
libtests/i2c01: Avoid stack overflow
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/i2c01/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/libtests/i2c01/init.c b/testsuites/libtests/i2c01/init.c
index 908802fb61..ddce494120 100644
--- a/testsuites/libtests/i2c01/init.c
+++ b/testsuites/libtests/i2c01/init.c
@@ -642,6 +642,8 @@ static void Init(rtems_task_argument arg)
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
+#define CONFIGURE_INIT_TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE + 2 * EEPROM_SIZE)
+
#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE