summaryrefslogtreecommitdiffstats
path: root/c-user
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-06 12:11:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-06 12:11:00 +0200
commit4c58162d0ba84766174300b3657409ec9a21acc2 (patch)
treed4a0e192c944296cadc24a845c5ae3a8d7d1c3d6 /c-user
parentc-user: Sort appl config options by name (diff)
downloadrtems-docs-4c58162d0ba84766174300b3657409ec9a21acc2.tar.bz2
c-user: Fix appl config option references
Diffstat (limited to 'c-user')
-rw-r--r--c-user/config/bsp-related.rst2
-rw-r--r--c-user/config/scheduler-general.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/c-user/config/bsp-related.rst b/c-user/config/bsp-related.rst
index 9e14598..5af5cc2 100644
--- a/c-user/config/bsp-related.rst
+++ b/c-user/config/bsp-related.rst
@@ -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.
diff --git a/c-user/config/scheduler-general.rst b/c-user/config/scheduler-general.rst
index d274dea..546d192 100644
--- a/c-user/config/scheduler-general.rst
+++ b/c-user/config/scheduler-general.rst
@@ -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.