summaryrefslogtreecommitdiffstats
path: root/c-user/config/scheduler-general.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-09 16:31:59 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-10-04 10:26:38 +0200
commit0fc5c0336d0cd07b3f6c298381fc97dbee9705b0 (patch)
treec78c6a02674cda72d794dbfdfad013a616417f90 /c-user/config/scheduler-general.rst
parenteng: Add memory benachmark type refinement (diff)
downloadrtems-docs-0fc5c0336d0cd07b3f6c298381fc97dbee9705b0.tar.bz2
c-user: Add application config info directives
Close #4267. Close #4269.
Diffstat (limited to 'c-user/config/scheduler-general.rst')
-rw-r--r--c-user/config/scheduler-general.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/c-user/config/scheduler-general.rst b/c-user/config/scheduler-general.rst
index 7169a83..a1ffa2b 100644
--- a/c-user/config/scheduler-general.rst
+++ b/c-user/config/scheduler-general.rst
@@ -407,9 +407,9 @@ scheduler.
This scheduler configuration option is an advanced configuration option.
Think twice before you use it.
-Schedulers can be identified via :c:func:`rtems_scheduler_ident`.
+Schedulers can be identified via :ref:`InterfaceRtemsSchedulerIdent`.
-Use :c:func:`rtems_build_name` to define the scheduler name.
+Use :ref:`InterfaceRtemsBuildName` to define the scheduler name.
.. rubric:: CONSTRAINTS:
@@ -749,7 +749,7 @@ The following constraints apply to this configuration option:
The ``obj_name`` macro parameter shall be the scheduler object name. It is
recommended to define the scheduler object name through
- :c:func:`rtems_build_name`.
+ :ref:`InterfaceRtemsBuildName`.
* Where the system was build with SMP support enabled, the table shall have one
or more entries, otherwise it shall have exactly one entry.