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 would be responsible for priming the context area, and the task context switch
extension would save and restore the context of the device. 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) Multiprocessor Communications Interface (MPCI)
============================================== ==============================================

View File

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

View File

@ -38,7 +38,7 @@ than one, then the
:ref:`SchedulerSMPEDF` :ref:`SchedulerSMPEDF`
is selected as the default scheduler algorithm. 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 is straightforward. All that is required is to define the
configuration option which specifies which scheduler you want for in your configuration option which specifies which scheduler you want for in your
application. application.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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