summaryrefslogtreecommitdiffstats
path: root/c-user/config/scheduler-general.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-17 16:05:54 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-17 16:06:38 +0200
commita517a098567ac0c5925bb1fd59242a8e769ba981 (patch)
tree650d3a972fa6d45516b9dda935c6e85aa229a52f /c-user/config/scheduler-general.rst
parenteng: Clarify action requirement specification (diff)
downloadrtems-docs-a517a098567ac0c5925bb1fd59242a8e769ba981.tar.bz2
c-user: Use * for list items
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 438e9a3..d274dea 100644
--- a/c-user/config/scheduler-general.rst
+++ b/c-user/config/scheduler-general.rst
@@ -543,13 +543,13 @@ NOTES:
scheduling algorithm. If ``CONFIGURE_SCHEDULER_USER`` is defined then the
following additional macros shall be defined:
- - ``CONFIGURE_SCHEDULER`` shall be defined to a static definition of
+ * ``CONFIGURE_SCHEDULER`` shall be defined to a static definition of
the scheduler data structures of the user scheduler.
- - ``CONFIGURE_SCHEDULER_TABLE_ENTRIES`` shall be defined to a scheduler
+ * ``CONFIGURE_SCHEDULER_TABLE_ENTRIES`` shall be defined to a scheduler
table entry initializer for the user scheduler.
- - ``CONFIGURE_SCHEDULER_USER_PER_THREAD`` shall be defined to the type of
+ * ``CONFIGURE_SCHEDULER_USER_PER_THREAD`` shall be defined to the type of
the per-thread information of the user scheduler.
At this time, the mechanics and requirements for writing a new scheduler