summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/schedulername.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acfg/opt/schedulername.yml')
-rw-r--r--spec/acfg/opt/schedulername.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/spec/acfg/opt/schedulername.yml b/spec/acfg/opt/schedulername.yml
index d6a6e0ae..dc16b5ac 100644
--- a/spec/acfg/opt/schedulername.yml
+++ b/spec/acfg/opt/schedulername.yml
@@ -1,10 +1,13 @@
SPDX-License-Identifier: CC-BY-SA-4.0
-appl-config-option-constraint:
+appl-config-option-type: integer
+constraints:
custom:
- |
The value of this configuration option shall be a valid integer of type
``rtems_name``.
-appl-config-option-default-value: |
+copyrights:
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+default-value: |
The default value is
* ``"MEDF"`` for the :ref:`EDF SMP Scheduler <SchedulerSMPEDF>`,
@@ -22,25 +25,22 @@ appl-config-option-default-value: |
* ``"UPD "`` for the :ref:`Uniprocessor Deterministic Priority Scheduler <SchedulerPriority>`, and
* ``"UPS "`` for the :ref:`Uniprocessor Simple Priority Scheduler <SchedulerPrioritySimple>`.
-appl-config-option-description: |
+description: |
The value of this configuration option defines the name of the default
scheduler.
-appl-config-option-index: []
-appl-config-option-name: CONFIGURE_SCHEDULER_NAME
-appl-config-option-notes: |
+enabled-by: true
+index-entries: []
+interface-type: appl-config-option
+links:
+- role: appl-config-group-member
+ uid: ../schedgeneral
+name: CONFIGURE_SCHEDULER_NAME
+notes: |
This scheduler configuration option is an advanced configuration option.
Think twice before you use it.
Schedulers can be identified via c:func:`rtems_scheduler_ident`.
Use :c:func:`rtems_build_name` to define the scheduler name.
-appl-config-option-type: integer
-copyrights:
-- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
-enabled-by: true
-interface-type: appl-config-option
-links:
-- role: appl-config-group-member
- uid: ../schedgeneral
text: ''
type: interface