mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 19:08:00 +08:00
parent
261491f4ad
commit
4e09c0958c
@ -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)
|
||||||
==============================================
|
==============================================
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
.. index:: clock
|
.. index:: clock
|
||||||
|
|
||||||
|
.. _RTEMSAPIClassicClock:
|
||||||
|
|
||||||
Clock Manager
|
Clock Manager
|
||||||
*************
|
*************
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
**************************
|
**************************
|
||||||
|
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
.. index:: events
|
.. index:: events
|
||||||
|
|
||||||
|
.. _RTEMSAPIClassicEvent:
|
||||||
|
|
||||||
Event Manager
|
Event Manager
|
||||||
*************
|
*************
|
||||||
|
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
.. index:: interrupts
|
.. index:: interrupts
|
||||||
|
|
||||||
|
.. _RTEMSAPIClassicIntr:
|
||||||
|
|
||||||
Interrupt Manager
|
Interrupt Manager
|
||||||
*****************
|
*****************
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
.. index:: device drivers
|
.. index:: device drivers
|
||||||
.. index:: IO Manager
|
.. index:: IO Manager
|
||||||
|
|
||||||
|
.. _RTEMSAPIClassicIO:
|
||||||
|
|
||||||
I/O Manager
|
I/O Manager
|
||||||
***********
|
***********
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
.. index:: messages
|
.. index:: messages
|
||||||
.. index:: message queues
|
.. index:: message queues
|
||||||
|
|
||||||
|
.. _RTEMSAPIClassicMessage:
|
||||||
|
|
||||||
Message Manager
|
Message Manager
|
||||||
***************
|
***************
|
||||||
|
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
.. index:: object manipulation
|
.. index:: object manipulation
|
||||||
|
|
||||||
|
.. _RTEMSAPIClassicObject:
|
||||||
|
|
||||||
Object Services
|
Object Services
|
||||||
***************
|
***************
|
||||||
|
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
.. index:: partitions
|
.. index:: partitions
|
||||||
|
|
||||||
|
.. _RTEMSAPIClassicPart:
|
||||||
|
|
||||||
Partition Manager
|
Partition Manager
|
||||||
*****************
|
*****************
|
||||||
|
|
||||||
|
@ -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
|
||||||
**********************
|
**********************
|
||||||
|
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
.. index:: regions
|
.. index:: regions
|
||||||
|
|
||||||
|
.. _RTEMSAPIClassicRegion:
|
||||||
|
|
||||||
Region Manager
|
Region Manager
|
||||||
**************
|
**************
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
.. index:: scheduling
|
.. index:: scheduling
|
||||||
.. index:: task scheduling
|
.. index:: task scheduling
|
||||||
|
|
||||||
.. _SchedulingConcepts:
|
.. _RTEMSAPIClassicScheduler:
|
||||||
|
|
||||||
Scheduling Concepts
|
Scheduling Concepts
|
||||||
*******************
|
*******************
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
.. index:: counting semaphores
|
.. index:: counting semaphores
|
||||||
.. index:: mutual exclusion
|
.. index:: mutual exclusion
|
||||||
|
|
||||||
|
.. _RTEMSAPIClassicSemaphore:
|
||||||
|
|
||||||
Semaphore Manager
|
Semaphore Manager
|
||||||
*****************
|
*****************
|
||||||
|
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
.. index:: signals
|
.. index:: signals
|
||||||
|
|
||||||
|
.. _RTEMSAPIClassicSignal:
|
||||||
|
|
||||||
Signal Manager
|
Signal Manager
|
||||||
**************
|
**************
|
||||||
|
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
.. index:: tasks
|
.. index:: tasks
|
||||||
|
|
||||||
|
.. _RTEMSAPIClassicTask:
|
||||||
|
|
||||||
Task Manager
|
Task Manager
|
||||||
************
|
************
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
.. index:: user extensions
|
.. index:: user extensions
|
||||||
|
|
||||||
.. _User Extensions Manager:
|
.. _RTEMSAPIClassicUserext:
|
||||||
|
|
||||||
User Extensions Manager
|
User Extensions Manager
|
||||||
***********************
|
***********************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user