summaryrefslogtreecommitdiffstats
path: root/ttcp
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-05-21 14:03:36 -0500
committerJoel Sherrill <joel@rtems.org>2021-05-21 14:03:36 -0500
commitdf1435c3e7bf58fbafff6b8660bb65bf28f4c82f (patch)
tree841e36c8d21c226c0d11b5be73d014476fbcf529 /ttcp
parentMisc: Fix various warnings (diff)
downloadnetwork-demos-df1435c3e7bf58fbafff6b8660bb65bf28f4c82f.tar.bz2
Switch all tests to unlimited objects and unified workspace
Diffstat (limited to 'ttcp')
-rw-r--r--ttcp/init.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/ttcp/init.c b/ttcp/init.c
index 39749c9..c3d2372 100644
--- a/ttcp/init.c
+++ b/ttcp/init.c
@@ -39,13 +39,14 @@ Init (rtems_task_argument ignored)
#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 20
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
-#define CONFIGURE_EXECUTIVE_RAM_SIZE (512*1024)
-#define CONFIGURE_MAXIMUM_SEMAPHORES 20
+#define CONFIGURE_UNLIMITED_OBJECTS
+#define CONFIGURE_UNIFIED_WORK_AREAS
+
#define CONFIGURE_MAXIMUM_TASKS 20
#define CONFIGURE_MICROSECONDS_PER_TICK 1000
-#define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024)
+#define CONFIGURE_INIT_TASK_STACK_SIZE (16*1024)
#define CONFIGURE_INIT_TASK_PRIORITY 100
#define CONFIGURE_INIT_TASK_INITIAL_MODES (RTEMS_PREEMPT | \
RTEMS_NO_TIMESLICE | \