[rtems commit] libtests/block06: Increase stack size

Sebastian Huber sebh at rtems.org
Mon Mar 26 13:03:40 UTC 2012


Module:    rtems
Branch:    master
Commit:    4ee0fa879801b6c0ced39c614fd46b957f7030ce
Changeset: http://git.rtems.org/rtems/commit/?id=4ee0fa879801b6c0ced39c614fd46b957f7030ce

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Mar 26 12:54:36 2012 +0200

libtests/block06: Increase stack size

---

 testsuites/libtests/block06/init.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/testsuites/libtests/block06/init.c b/testsuites/libtests/block06/init.c
index 11e26e2..d77ad38 100644
--- a/testsuites/libtests/block06/init.c
+++ b/testsuites/libtests/block06/init.c
@@ -1845,6 +1845,8 @@ static rtems_task Init(rtems_task_argument argument)
 #define CONFIGURE_MAXIMUM_DRIVERS 3
 #define CONFIGURE_MAXIMUM_SEMAPHORES 2
 
+#define CONFIGURE_INIT_TASK_STACK_SIZE (2 * RTEMS_MINIMUM_STACK_SIZE)
+
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 
 #include <rtems/confdefs.h>




More information about the vc mailing list