From a0e78f0e0fac19ed6361e91bac32a0a6b30b3d28 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 18 Mar 2020 14:45:19 +0100 Subject: spec: Convert boolean feature options --- spec/acfg/opt/RTEMS-ACFG-OPT-SCHEDULERUSER.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'spec/acfg/opt/RTEMS-ACFG-OPT-SCHEDULERUSER.yml') diff --git a/spec/acfg/opt/RTEMS-ACFG-OPT-SCHEDULERUSER.yml b/spec/acfg/opt/RTEMS-ACFG-OPT-SCHEDULERUSER.yml index f4af6697..a19d7409 100644 --- a/spec/acfg/opt/RTEMS-ACFG-OPT-SCHEDULERUSER.yml +++ b/spec/acfg/opt/RTEMS-ACFG-OPT-SCHEDULERUSER.yml @@ -1,10 +1,18 @@ SPDX-License-Identifier: CC-BY-SA-4.0 active: true -appl-config-option-data-type: | - Boolean feature macro. -appl-config-option-default-value: | - This is not defined by default. +appl-config-option-type: feature +appl-config-option-default: | + If this configuration option is undefined, then no user provided scheduler + algorithm is available to the application. appl-config-option-description: | + In case this configuration option is defined, then the user must provide a + scheduler algorithm to the application. +appl-config-option-index: [] +appl-config-option-name: CONFIGURE_SCHEDULER_USER +appl-config-option-notes: | + This scheduler configuration option is an advanced configuration option. + Think twice before you use it. + RTEMS allows the application to provide its own task/thread scheduling algorithm. In order to do this, one must define ``CONFIGURE_SCHEDULER_USER`` to indicate the application provides its own @@ -19,11 +27,6 @@ appl-config-option-description: | - ``CONFIGURE_SCHEDULER_USER_PER_THREAD`` must be defined to the type of the per-thread information of the user scheduler. -appl-config-option-index: [] -appl-config-option-name: CONFIGURE_SCHEDULER_USER -appl-config-option-notes: | - This scheduler configuration option is an advanced configuration option. - Think twice before you use it. At this time, the mechanics and requirements for writing a new scheduler are evolving and not fully documented. It is recommended that you look at @@ -31,8 +34,6 @@ appl-config-option-notes: | ``cpukit/score/src/schedulerpriority*.c`` for guidance. For guidance on the configuration macros, please examine ``cpukit/sapi/include/confdefs.h`` for how these are defined for the Deterministic Priority Scheduler. -appl-config-option-range: | - Defined or undefined. copyrights: - Copyright (C) 2010 Gedare Bloom - Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR) -- cgit v1.2.3