summaryrefslogtreecommitdiffstats
path: root/c-user/config/scheduler-general.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-23 12:45:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-07 07:15:09 +0200
commitdb22500e842ed26b56865cd7c06fc28d4551ff35 (patch)
tree953f0aec1c6f97515c852f6416e7c7ee9d9a3725 /c-user/config/scheduler-general.rst
parentc-user: CONFIGURE_APPLICATION_DISABLE_FILESYSTEM (diff)
downloadrtems-docs-db22500e842ed26b56865cd7c06fc28d4551ff35.tar.bz2
c-user: Improve refs and formatting in appl config
The formatting is generated through references within the specification. Update #3994.
Diffstat (limited to 'c-user/config/scheduler-general.rst')
-rw-r--r--c-user/config/scheduler-general.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/c-user/config/scheduler-general.rst b/c-user/config/scheduler-general.rst
index 68e7a45..52e6090 100644
--- a/c-user/config/scheduler-general.rst
+++ b/c-user/config/scheduler-general.rst
@@ -52,7 +52,7 @@ VALUE CONSTRAINTS:
* It shall be greater than or equal to 0.
- * It shall be less than or equal to ``SIZE_MAX``.
+ * It shall be less than or equal to `SIZE_MAX <https://en.cppreference.com/w/c/types/limits>`_.
* It shall be less than or equal to a
BSP-specific and application-specific value which depends on the size of the
@@ -150,7 +150,7 @@ VALUE CONSTRAINTS:
* ``RTEMS_SCHEDULER_ASSIGN( processor_index, attributes )``
- * :c:macro:`RTEMS_SCHEDULER_ASSIGN_NO_SCHEDULER`
+ * ``RTEMS_SCHEDULER_ASSIGN_NO_SCHEDULER``
* It shall be a list of exactly
:ref:`CONFIGURE_MAXIMUM_PROCESSORS` elements.
@@ -293,7 +293,7 @@ DEFAULT VALUE:
VALUE CONSTRAINTS:
The value of this configuration option shall be a valid integer of type
- ``rtems_name``.
+ :c:type:`rtems_name`.
DESCRIPTION:
The value of this configuration option defines the name of the default
@@ -303,7 +303,7 @@ NOTES:
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 :c:func:`rtems_scheduler_ident`.
Use :c:func:`rtems_build_name` to define the scheduler name.