summaryrefslogtreecommitdiffstats
path: root/c-user/scheduling-concepts/directives.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-05-09c-user: Generate API type documentationSebastian Huber1-13/+13
Close #4901.
2021-11-19c-user: rtems_scheduler_remove_processor()Sebastian Huber1-3/+6
Update error status description. Close #4544.
2021-06-15c-user: Use a common phrase for pointer parametersSebastian Huber1-21/+20
Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993.
2021-05-07c-user: rtems_scheduler_get_processor_set()Sebastian Huber1-1/+1
Document changed error status. Update #4401.
2021-05-07c-user: rtems_scheduler_ident_by_processor_set()Sebastian Huber1-0/+4
Document new error status.
2021-04-28c-user: Generate scheduling concepts documentationSebastian Huber1-304/+581
The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
2020-09-02c-user: Split up scheduling conceptsSebastian Huber1-0/+424
Introduce a background section. This makes it easier to automatically generate parts of the scheduling concepts documentation in the future. Update #3993.