[rtems-docs commit] c-user: Fix scheduler configuration overview

Sebastian Huber sebh at rtems.org
Wed Mar 7 14:35:21 UTC 2018


Module:    rtems-docs
Branch:    master
Commit:    3bb3e5795c90eb8e495ff4109a7c2806b5e73f3a
Changeset: http://git.rtems.org/rtems-docs/commit/?id=3bb3e5795c90eb8e495ff4109a7c2806b5e73f3a

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Mar  7 14:05:47 2018 +0100

c-user: Fix scheduler configuration overview

---

 c-user/configuring_a_system.rst | 8 ++++----
 c-user/scheduling_concepts.rst  | 2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index ed32606..660c9b4 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -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
diff --git a/c-user/scheduling_concepts.rst b/c-user/scheduling_concepts.rst
index 5664d94..3bd74ff 100644
--- a/c-user/scheduling_concepts.rst
+++ b/c-user/scheduling_concepts.rst
@@ -7,6 +7,8 @@
 .. index:: scheduling
 .. index:: task scheduling
 
+.. _SchedulingConcepts:
+
 Scheduling Concepts
 *******************
 



More information about the vc mailing list