summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-04 07:33:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-04 07:34:38 +0200
commit75933d5d25cd50f80162b7a0d2f66a5534e1763f (patch)
treef809e8d13a4e88ecc6294f6af351979d6bc23f8a /testsuites/samples
parentFix and extend error message in posix timer test (diff)
downloadrtems-75933d5d25cd50f80162b7a0d2f66a5534e1763f.tar.bz2
capture: Use unlimited objects
Avoid resource allocation problems with unlimited objects.
Diffstat (limited to 'testsuites/samples')
-rw-r--r--testsuites/samples/capture/system.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuites/samples/capture/system.h b/testsuites/samples/capture/system.h
index d6d8b804a3..99c15ec740 100644
--- a/testsuites/samples/capture/system.h
+++ b/testsuites/samples/capture/system.h
@@ -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)