capture: Use unlimited objects

Avoid resource allocation problems with unlimited objects.
This commit is contained in:
Sebastian Huber
2018-06-04 07:33:55 +02:00
parent baee0dc5a3
commit 75933d5d25

View File

@@ -46,9 +46,8 @@ extern void setup_tasks_to_watch(void);
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
#define TASK_ALLOCATION_SIZE (5)
#define CONFIGURE_MAXIMUM_TASKS rtems_resource_unlimited(TASK_ALLOCATION_SIZE)
#define CONFIGURE_EXTRA_TASK_STACKS (75 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_UNIFIED_WORK_AREAS
#define CONFIGURE_UNLIMITED_OBJECTS
#define CONFIGURE_MAXIMUM_USER_EXTENSIONS (5)