summaryrefslogtreecommitdiffstats
path: root/telnetd
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 /telnetd
parentMisc: Fix various warnings (diff)
downloadnetwork-demos-df1435c3e7bf58fbafff6b8660bb65bf28f4c82f.tar.bz2
Switch all tests to unlimited objects and unified workspace
Diffstat (limited to 'telnetd')
-rw-r--r--telnetd/init.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/telnetd/init.c b/telnetd/init.c
index 5c2d8b0..b12bb71 100644
--- a/telnetd/init.c
+++ b/telnetd/init.c
@@ -209,11 +209,10 @@ rtems_task Init(
#define CONFIGURE_STACK_CHECKER_ENABLED
-#define CONFIGURE_MEMORY_OVERHEAD 256
-#define CONFIGURE_MESSAGE_BUFFER_MEMORY (32 * 1024)
-#define CONFIGURE_MAXIMUM_SEMAPHORES 40
+#define CONFIGURE_UNLIMITED_OBJECTS
+#define CONFIGURE_UNIFIED_WORK_AREAS
+
#define CONFIGURE_MAXIMUM_TASKS 20
-#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 20
#define CONFIGURE_MICROSECONDS_PER_TICK 1000