Changeset 75933d5d in rtems for testsuites


Ignore:
Timestamp:
06/04/18 05:33:55 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
7d7c50de
Parents:
baee0dc5
git-author:
Sebastian Huber <sebastian.huber@…> (06/04/18 05:33:55)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/04/18 05:34:38)
Message:

capture: Use unlimited objects

Avoid resource allocation problems with unlimited objects.

File:
1 edited

Legend:

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

    rbaee0dc5 r75933d5d  
    4747#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
    4848
    49 #define TASK_ALLOCATION_SIZE     (5)
    50 #define CONFIGURE_MAXIMUM_TASKS  rtems_resource_unlimited(TASK_ALLOCATION_SIZE)
    51 #define CONFIGURE_EXTRA_TASK_STACKS (75 * RTEMS_MINIMUM_STACK_SIZE)
     49#define CONFIGURE_UNIFIED_WORK_AREAS
     50#define CONFIGURE_UNLIMITED_OBJECTS
    5251
    5352#define CONFIGURE_MAXIMUM_USER_EXTENSIONS (5)
Note: See TracChangeset for help on using the changeset viewer.