summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/RTEMS-ACFG-OPT-SCHEDULERUSER.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-18 14:45:19 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-19 09:04:34 +0100
commita0e78f0e0fac19ed6361e91bac32a0a6b30b3d28 (patch)
treeca30798781a82aa873f2e325c4209c070445e02f /spec/acfg/opt/RTEMS-ACFG-OPT-SCHEDULERUSER.yml
parentapplconfig: Support new boolean feature template (diff)
downloadrtems-central-a0e78f0e0fac19ed6361e91bac32a0a6b30b3d28.tar.bz2
spec: Convert boolean feature options
Diffstat (limited to 'spec/acfg/opt/RTEMS-ACFG-OPT-SCHEDULERUSER.yml')
-rw-r--r--spec/acfg/opt/RTEMS-ACFG-OPT-SCHEDULERUSER.yml23
1 files changed, 12 insertions, 11 deletions
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)