summaryrefslogtreecommitdiffstats
path: root/ntp/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'ntp/init.c')
-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 | \