From 0fc5c0336d0cd07b3f6c298381fc97dbee9705b0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 9 Sep 2022 16:31:59 +0200 Subject: c-user: Add application config info directives Close #4267. Close #4269. --- c-user/config/scheduler-general.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c-user/config/scheduler-general.rst') 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. -- cgit v1.2.3