summaryrefslogtreecommitdiffstats
path: root/spec/acfg/if/scheduler-name.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acfg/if/scheduler-name.yml')
-rw-r--r--spec/acfg/if/scheduler-name.yml46
1 files changed, 46 insertions, 0 deletions
diff --git a/spec/acfg/if/scheduler-name.yml b/spec/acfg/if/scheduler-name.yml
new file mode 100644
index 00000000..22493868
--- /dev/null
+++ b/spec/acfg/if/scheduler-name.yml
@@ -0,0 +1,46 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+appl-config-option-type: integer
+constraints:
+ texts:
+ - |
+ The value of this configuration option shall be a valid integer of type
+ ${/rtems/type/if/name:/name}.
+copyrights:
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+default-value: |
+ The default value is
+
+ * ``"MEDF"`` for the ${.:/document-reference/scheduler-smp-edf},
+
+ * ``"MPA "`` for the ${.:/document-reference/scheduler-smp-priority-affinity},
+
+ * ``"MPD "`` for the ${.:/document-reference/scheduler-smp-priority},
+
+ * ``"MPS "`` for the ${.:/document-reference/scheduler-smp-priority-simple},
+
+ * ``"UCBS"`` for the ${.:/document-reference/scheduler-cbs},
+
+ * ``"UEDF"`` for the ${.:/document-reference/scheduler-edf},
+
+ * ``"UPD "`` for the ${.:/document-reference/scheduler-priority}, and
+
+ * ``"UPS "`` for the ${.:/document-reference/scheduler-priority-simple}.
+description: |
+ The value of this configuration option defines the name of the default
+ scheduler.
+enabled-by: true
+index-entries: []
+interface-type: appl-config-option
+links:
+- role: appl-config-group-member
+ uid: group-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 ${/rtems/scheduler/if/ident:/name}.
+
+ Use ${/rtems/object/if/build-name:/name} to define the scheduler name.
+text: ''
+type: interface