summaryrefslogtreecommitdiffstats
path: root/ntp
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 /ntp
parentMisc: Fix various warnings (diff)
downloadnetwork-demos-df1435c3e7bf58fbafff6b8660bb65bf28f4c82f.tar.bz2
Switch all tests to unlimited objects and unified workspace
Diffstat (limited to 'ntp')
-rw-r--r--ntp/init.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/ntp/init.c b/ntp/init.c
index a2705ef..d29dda4 100644
--- a/ntp/init.c
+++ b/ntp/init.c
@@ -63,13 +63,12 @@ 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_MAXIMUM_TASKS 20
+#define CONFIGURE_UNLIMITED_OBJECTS
+#define CONFIGURE_UNIFIED_WORK_AREAS
-#define CONFIGURE_MICROSECONDS_PER_TICK 10000
+#define CONFIGURE_MAXIMUM_TASKS 20
-#define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024)
+#define CONFIGURE_INIT_TASK_STACK_SIZE (16*1024)
#define CONFIGURE_INIT_TASK_PRIORITY 120
#define CONFIGURE_INIT_TASK_INITIAL_MODES (RTEMS_PREEMPT | \
RTEMS_NO_TIMESLICE | \