mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-16 23:06:43 +08:00
c-user: Fix appl config option references
This commit is contained in:
parent
d2d60c54e9
commit
4c58162d0b
@ -81,7 +81,7 @@ DESCRIPTION:
|
||||
* and :ref:`CONFIGURE_DISABLE_BSP_SETTINGS` is undefined,
|
||||
|
||||
then the value of this configuration option defines the default value of
|
||||
:ref:`CONFIGURE_IDLE_TASK_SIZE`.
|
||||
:ref:`CONFIGURE_IDLE_TASK_STACK_SIZE`.
|
||||
|
||||
NOTES:
|
||||
None.
|
||||
|
@ -16,7 +16,7 @@ section.
|
||||
By default, the :ref:`Deterministic Priority Scheduler <SchedulerPriority>`
|
||||
algorithm is used in uniprocessor configurations. In case SMP is enabled and
|
||||
the configured maximum processors
|
||||
(:ref:`CONFIGURE_MAXIMUM_PROCESSORS <CONFIGURE_MAXIMUM_PROCESSORS>`) is greater
|
||||
(:ref:`CONFIGURE_MAXIMUM_PROCESSORS`) is greater
|
||||
than one, then the :ref:`Earliest Deadline First (EDF) SMP Scheduler
|
||||
<SchedulerSMPEDF>` is selected as the default scheduler algorithm.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user