summaryrefslogtreecommitdiffstats
path: root/spec/acfg/if/scheduler-assignments.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acfg/if/scheduler-assignments.yml')
-rw-r--r--spec/acfg/if/scheduler-assignments.yml36
1 files changed, 36 insertions, 0 deletions
diff --git a/spec/acfg/if/scheduler-assignments.yml b/spec/acfg/if/scheduler-assignments.yml
new file mode 100644
index 00000000..51ca9a4b
--- /dev/null
+++ b/spec/acfg/if/scheduler-assignments.yml
@@ -0,0 +1,36 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+appl-config-option-type: initializer
+constraints:
+ texts:
+ - |
+ The value of this configuration option shall be a list of the following
+ macros:
+
+ * ``RTEMS_SCHEDULER_ASSIGN( processor_index, attributes )``
+
+ * ``RTEMS_SCHEDULER_ASSIGN_NO_SCHEDULER``
+ - |
+ The value of this configuration option shall be a list of exactly
+ ${max-processors:/name} elements.
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+default-value: |
+ The default value of this configuration option is computed so that the
+ default scheduler is assigned to each configured processor (up to 32).
+description: |
+ The value of this configuration option is used to initialize the initial
+ scheduler to processor assignments.
+enabled-by: true
+index-entries: []
+interface-type: appl-config-option
+links:
+- role: appl-config-group-member
+ uid: group-schedgeneral
+name: CONFIGURE_SCHEDULER_ASSIGNMENTS
+notes: |
+ This configuration option is only evaluated in SMP configurations.
+
+ This is an advanced configuration option, see
+ ${.:/document-reference/config-scheduler-clustered}.
+text: ''
+type: interface