mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-24 02:22:02 +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
|
||||
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
|
||||
|
@ -7,6 +7,8 @@
|
||||
.. index:: scheduling
|
||||
.. index:: task scheduling
|
||||
|
||||
.. _SchedulingConcepts:
|
||||
|
||||
Scheduling Concepts
|
||||
*******************
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user