c-user: Add labels to the manager chapters

Update #3993.
This commit is contained in:
Sebastian Huber 2021-01-19 12:34:43 +01:00
parent 261491f4ad
commit 4e09c0958c
17 changed files with 30 additions and 4 deletions

View File

@ -205,7 +205,7 @@ deallocating the context area, the task initiation and reinitiation extensions
would be responsible for priming the context area, and the task context switch
extension would save and restore the context of the device.
For more information on user extensions, refer to :ref:`User Extensions Manager`.
For more information on user extensions, refer to :ref:`RTEMSAPIClassicUserext`.
Multiprocessor Communications Interface (MPCI)
==============================================

View File

@ -4,6 +4,8 @@
.. index:: clock
.. _RTEMSAPIClassicClock:
Clock Manager
*************

View File

@ -38,7 +38,7 @@ than one, then the
:ref:`SchedulerSMPEDF`
is selected as the default scheduler algorithm.
For the schedulers provided by RTEMS (see :ref:`SchedulingConcepts`), the
For the schedulers provided by RTEMS (see :ref:`RTEMSAPIClassicScheduler`), the
configuration is straightforward. All that is required is to define the
configuration option which specifies which scheduler you want for in your
application.

View File

@ -5,6 +5,8 @@
.. index:: ports
.. index:: dual ported memory
.. _RTEMSAPIClassicDPMem:
Dual-Ported Memory Manager
**************************

View File

@ -4,6 +4,8 @@
.. index:: events
.. _RTEMSAPIClassicEvent:
Event Manager
*************

View File

@ -4,6 +4,8 @@
.. index:: interrupts
.. _RTEMSAPIClassicIntr:
Interrupt Manager
*****************

View File

@ -5,6 +5,8 @@
.. index:: device drivers
.. index:: IO Manager
.. _RTEMSAPIClassicIO:
I/O Manager
***********

View File

@ -5,6 +5,8 @@
.. index:: messages
.. index:: message queues
.. _RTEMSAPIClassicMessage:
Message Manager
***************

View File

@ -4,6 +4,8 @@
.. index:: object manipulation
.. _RTEMSAPIClassicObject:
Object Services
***************

View File

@ -4,6 +4,8 @@
.. index:: partitions
.. _RTEMSAPIClassicPart:
Partition Manager
*****************

View File

@ -5,6 +5,8 @@
.. index:: rate mononitonic tasks
.. index:: periodic tasks
.. _RTEMSAPIClassicRatemon:
Rate Monotonic Manager
**********************

View File

@ -4,6 +4,8 @@
.. index:: regions
.. _RTEMSAPIClassicRegion:
Region Manager
**************

View File

@ -5,7 +5,7 @@
.. index:: scheduling
.. index:: task scheduling
.. _SchedulingConcepts:
.. _RTEMSAPIClassicScheduler:
Scheduling Concepts
*******************

View File

@ -7,6 +7,8 @@
.. index:: counting semaphores
.. index:: mutual exclusion
.. _RTEMSAPIClassicSemaphore:
Semaphore Manager
*****************

View File

@ -4,6 +4,8 @@
.. index:: signals
.. _RTEMSAPIClassicSignal:
Signal Manager
**************

View File

@ -4,6 +4,8 @@
.. index:: tasks
.. _RTEMSAPIClassicTask:
Task Manager
************

View File

@ -4,7 +4,7 @@
.. index:: user extensions
.. _User Extensions Manager:
.. _RTEMSAPIClassicUserext:
User Extensions Manager
***********************