summaryrefslogtreecommitdiffstats
path: root/c-user/scheduling-concepts/directives.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* c-user: Generate API type documentationSebastian Huber2023-05-091-13/+13
| | | | Close #4901.
* c-user: rtems_scheduler_remove_processor()Sebastian Huber2021-11-191-3/+6
| | | | | | Update error status description. Close #4544.
* c-user: Use a common phrase for pointer parametersSebastian Huber2021-06-151-21/+20
| | | | | | | Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993.
* c-user: rtems_scheduler_get_processor_set()Sebastian Huber2021-05-071-1/+1
| | | | | | Document changed error status. Update #4401.
* c-user: rtems_scheduler_ident_by_processor_set()Sebastian Huber2021-05-071-0/+4
| | | | Document new error status.
* c-user: Generate scheduling concepts documentationSebastian Huber2021-04-281-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.
* c-user: Split up scheduling conceptsSebastian Huber2020-09-021-0/+424
Introduce a background section. This makes it easier to automatically generate parts of the scheduling concepts documentation in the future. Update #3993.