Changeset 0349a2b in rtems


Ignore:
Timestamp:
01/22/18 14:23:26 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
5fb838d
Parents:
990235d
git-author:
Sebastian Huber <sebastian.huber@…> (01/22/18 14:23:26)
git-committer:
Sebastian Huber <sebastian.huber@…> (01/22/18 14:24:13)
Message:

cdtest: Increase stack size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/samples/cdtest/system.h

    r990235d r0349a2b  
    3636#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
    3737
     38/* On some platforms _Unwind_RaiseException() needs a lot of stack space */
     39#define CONFIGURE_INIT_TASK_STACK_SIZE (4 * RTEMS_MINIMUM_STACK_SIZE)
     40
    3841#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
    3942
Note: See TracChangeset for help on using the changeset viewer.