[rtems commit] libtests/crypt01: Increase stack size
Sebastian Huber
sebh at rtems.org
Fri Jan 9 13:09:38 UTC 2015
Module: rtems
Branch: master
Commit: b3ed66a17f299da458b77dd5481b511940719ded
Changeset: http://git.rtems.org/rtems/commit/?id=b3ed66a17f299da458b77dd5481b511940719ded
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Dec 22 07:15:49 2014 +0100
libtests/crypt01: Increase stack size
---
testsuites/libtests/crypt01/init.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testsuites/libtests/crypt01/init.c b/testsuites/libtests/crypt01/init.c
index 57983dc..14f6eee 100644
--- a/testsuites/libtests/crypt01/init.c
+++ b/testsuites/libtests/crypt01/init.c
@@ -251,6 +251,8 @@ static void Init(rtems_task_argument arg)
#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
+#define CONFIGURE_INIT_TASK_STACK_SIZE (2 * RTEMS_MINIMUM_STACK_SIZE)
+
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT
More information about the vc
mailing list