c-user: Fix scheduler configuration overview

This commit is contained in:
Sebastian Huber 2018-03-07 14:05:47 +01:00
parent 8010b6e3ca
commit 3bb3e5795c
2 changed files with 6 additions and 4 deletions

View File

@ -3297,10 +3297,10 @@ Scheduler Algorithm Configuration
=================================
This section defines the configuration parameters related to selecting a
scheduling algorithm for an application. For the schedulers built into RTEMS,
the configuration is straightforward. All that is required is to define the
configuration macro which specifies which scheduler you want for in your
application. The currently available schedulers are:
scheduling algorithm for an application. For the :ref:`schedulers built into
RTEMS <SchedulingConcepts>`, the configuration is straightforward. All that is
required is to define the configuration macro which specifies which scheduler
you want for in your application.
The pluggable scheduler interface also enables the user to provide their own
scheduling algorithm. If you choose to do this, you must define multiple

View File

@ -7,6 +7,8 @@
.. index:: scheduling
.. index:: task scheduling
.. _SchedulingConcepts:
Scheduling Concepts
*******************