forked from Imagelibrary/rtems
PR 1912: Add Scheduler Documentation
Adds documentation on the scheduler options and scheduler selection to the User's Manual to reflect changes made in the development of pluggable scheduling with EDF and CBS schedulers.
This commit is contained in:
@@ -27,7 +27,7 @@ COMMON_FILES += \
|
||||
$(top_builddir)/user/task.texi $(top_builddir)/user/timer.texi \
|
||||
$(top_builddir)/user/userext.texi $(top_builddir)/user/stackchk.texi \
|
||||
$(top_builddir)/user/cpuuse.texi $(top_srcdir)/common/cpright.texi \
|
||||
$(top_builddir)/user/object.texi
|
||||
$(top_builddir)/user/object.texi $(top_builddir)/user/cbs.texi
|
||||
|
||||
FILES = example.texi
|
||||
|
||||
|
||||
@@ -112,6 +112,7 @@
|
||||
@include user/cpuuse.texi
|
||||
@include user/object.texi
|
||||
@include user/chains.texi
|
||||
@include user/cbs.texi
|
||||
@include user/dirstat.texi
|
||||
@include example.texi
|
||||
@include user/glossary.texi
|
||||
@@ -149,6 +150,7 @@
|
||||
* CPU Usage Statistics::
|
||||
* Object Services::
|
||||
* Chains::
|
||||
* Constant Bandwidth Server Scheduler API::
|
||||
* Directive Status Codes::
|
||||
* Example Application::
|
||||
* Glossary::
|
||||
|
||||
Reference in New Issue
Block a user