summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/schedulerassignments.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-20 07:26:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-21 17:37:21 +0200
commit71d8b3c08ae2baacf410abe33da475de3db644da (patch)
tree948b4b4da73ede172430cb4d6f647687461ffc12 /spec/acfg/opt/schedulerassignments.yml
parentEnable branch coverage (diff)
downloadrtems-central-71d8b3c08ae2baacf410abe33da475de3db644da.tar.bz2
Remove Doorstop specifics
Diffstat (limited to 'spec/acfg/opt/schedulerassignments.yml')
-rw-r--r--spec/acfg/opt/schedulerassignments.yml36
1 files changed, 36 insertions, 0 deletions
diff --git a/spec/acfg/opt/schedulerassignments.yml b/spec/acfg/opt/schedulerassignments.yml
new file mode 100644
index 00000000..5d3bddd2
--- /dev/null
+++ b/spec/acfg/opt/schedulerassignments.yml
@@ -0,0 +1,36 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+appl-config-option-constraint:
+ custom:
+ - |
+ The value of this configuration option shall be a list of the following
+ macros:
+
+ * ``RTEMS_SCHEDULER_ASSIGN( processor_index, attributes )``
+
+ * :c:macro:`RTEMS_SCHEDULER_ASSIGN_NO_SCHEDULER`
+ - |
+ The value of this configuration option shall be a list of exactly
+ :ref:`CONFIGURE_MAXIMUM_PROCESSORS` elements.
+appl-config-option-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).
+appl-config-option-description: |
+ The value of this configuration option is used to initialize the initial
+ scheduler to processor assignments.
+appl-config-option-index: []
+appl-config-option-name: CONFIGURE_SCHEDULER_ASSIGNMENTS
+appl-config-option-notes: |
+ This configuration option is only evaluated in SMP configurations.
+
+ This is an advanced configuration option, see
+ :ref:`ConfigurationSchedulersClustered`.
+appl-config-option-type: initializer
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: []
+interface-type: appl-config-option
+links:
+- role: null
+ uid: ../schedgeneral
+text: ''
+type: interface