summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-09 10:33:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-15 08:37:12 +0200
commit133d54c55e95874e173a242cc9c56521f8dd495a (patch)
treec6df1499021bf1869016e5191cb8c2bdc4e12ab7 /doc/user/conf.t
parentscore: Task get/set affinity (diff)
downloadrtems-133d54c55e95874e173a242cc9c56521f8dd495a.tar.bz2
score: Add scheduler name
Diffstat (limited to 'doc/user/conf.t')
-rw-r--r--doc/user/conf.t37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index afecef1c65..9b093f8f8e 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -3705,6 +3705,43 @@ This scheduler is only available when RTEMS is configured with SMP
support enabled.
@c
+@c === Configuring a Scheduler Name ===
+@c
+@subsection Configuring a Scheduler Name
+
+@findex CONFIGURE_SCHEDULER_NAME
+
+@table @b
+@item CONSTANT:
+@code{CONFIGURE_SCHEDULER_NAME}
+
+@item DATA TYPE:
+RTEMS Name (@code{rtems_name}).
+
+@item RANGE:
+Any value.
+
+@item DEFAULT VALUE:
+The default name is
+@itemize @bullet
+@item @code{"UCBS"} for the Uni-Processor CBS scheduler,
+@item @code{"UEDF"} for the Uni-Processor EDF scheduler,
+@item @code{"UPD "} for the Uni-Processor Deterministic Priority scheduler,
+@item @code{"UPS "} for the Uni-Processor Simple Priority scheduler,
+@item @code{"MPA "} for the Multi-Processor Priority Affinity scheduler, and
+@item @code{"MPD "} for the Multi-Processor Deterministic Priority scheduler, and
+@item @code{"MPS "} for the Multi-Processor Simple Priority scheduler.
+@end itemize
+
+@end table
+
+@subheading DESCRIPTION:
+Schedulers can be identified via @code{rtems_scheduler_ident}. The name of the scheduler is determined by the configuration.
+
+@subheading NOTES:
+None.
+
+@c
@c === Configuring a User Scheduler ===
@c
@subsection Configuring a User Provided Scheduler