summaryrefslogtreecommitdiffstats
path: root/c-user/configuring_a_system.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-07 13:43:07 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-07 15:31:40 +0100
commit8010b6e3ca18a25ac580f8ce9d7f29440a6c242c (patch)
treef2d13e87678d0dd30f34937619be41bef9680eb5 /c-user/configuring_a_system.rst
parentCONFIGURE_*_SIMPLE_TASK_CONSOLE_DRIVER (diff)
downloadrtems-docs-8010b6e3ca18a25ac580f8ce9d7f29440a6c242c.tar.bz2
c-user: Update CONFIGURE_SCHEDULER_NAME
Diffstat (limited to 'c-user/configuring_a_system.rst')
-rw-r--r--c-user/configuring_a_system.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index 6b7f487..ed32606 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -3558,13 +3558,15 @@ RANGE:
DEFAULT VALUE:
The default name is
- - ``"UCBS"`` for the Uni-Processor CBS scheduler,
- - ``"UEDF"`` for the Uni-Processor EDF scheduler,
- - ``"UPD "`` for the Uni-Processor Deterministic Priority scheduler,
- - ``"UPS "`` for the Uni-Processor Simple Priority scheduler,
- - ``"MPA "`` for the Multi-Processor Priority Affinity scheduler, and
- - ``"MPD "`` for the Multi-Processor Deterministic Priority scheduler, and
- - ``"MPS "`` for the Multi-Processor Simple Priority scheduler.
+
+ - ``"MEDF"`` for the :ref:`EDF SMP Scheduler <SchedulerSMPEDF>`,
+ - ``"MPA "`` for the :ref:`Aribitary Processor Affinity Priority SMP Scheduler <SchedulerSMPPriorityAffinity>`,
+ - ``"MPD "`` for the :ref:`Deterministic Priority SMP Scheduler <SchedulerSMPPriority>`,
+ - ``"MPS "`` for the :ref:`Simple Priority SMP Scheduler <SchedulerSMPPrioritySimple>`,
+ - ``"UCBS"`` for the :ref:`Uniprocessor CBS Scheduler <SchedulerCBS>`,
+ - ``"UEDF"`` for the :ref:`Uniprocessor EDF Scheduler <SchedulerEDF>`,
+ - ``"UPD "`` for the :ref:`Uniprocessor Deterministic Priority Scheduler <SchedulerPriority>`, and
+ - ``"UPS "`` for the :ref:`Uniprocessor Simple Priority Scheduler <SchedulerPrioritySimple>`.
DESCRIPTION:
Schedulers can be identified via ``rtems_scheduler_ident``. The name of