From 133d54c55e95874e173a242cc9c56521f8dd495a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 9 Apr 2014 10:33:00 +0200 Subject: score: Add scheduler name --- doc/user/conf.t | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'doc/user/conf.t') 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 @@ -3704,6 +3704,43 @@ explicitly selected by defining @code{CONFIGURE_SCHEDULER_SIMPLE_SMP}. 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 -- cgit v1.2.3