mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-27 11:57:19 +08:00
c-user: Fix scheduler configuration overview
This commit is contained in:
parent
8010b6e3ca
commit
3bb3e5795c
@ -3297,10 +3297,10 @@ Scheduler Algorithm Configuration
|
|||||||
=================================
|
=================================
|
||||||
|
|
||||||
This section defines the configuration parameters related to selecting a
|
This section defines the configuration parameters related to selecting a
|
||||||
scheduling algorithm for an application. For the schedulers built into RTEMS,
|
scheduling algorithm for an application. For the :ref:`schedulers built into
|
||||||
the configuration is straightforward. All that is required is to define the
|
RTEMS <SchedulingConcepts>`, the configuration is straightforward. All that is
|
||||||
configuration macro which specifies which scheduler you want for in your
|
required is to define the configuration macro which specifies which scheduler
|
||||||
application. The currently available schedulers are:
|
you want for in your application.
|
||||||
|
|
||||||
The pluggable scheduler interface also enables the user to provide their own
|
The pluggable scheduler interface also enables the user to provide their own
|
||||||
scheduling algorithm. If you choose to do this, you must define multiple
|
scheduling algorithm. If you choose to do this, you must define multiple
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
.. index:: scheduling
|
.. index:: scheduling
|
||||||
.. index:: task scheduling
|
.. index:: task scheduling
|
||||||
|
|
||||||
|
.. _SchedulingConcepts:
|
||||||
|
|
||||||
Scheduling Concepts
|
Scheduling Concepts
|
||||||
*******************
|
*******************
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user