summaryrefslogtreecommitdiffstats
path: root/c-user/rate-monotonic (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-203-3/+3
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* c-user: Generate API type documentationSebastian Huber2023-05-091-8/+8
| | | | Close #4901.
* c-user/rate-monotonic/background.rst: Correct logically inverted statementJoel Sherrill2023-01-131-5/+6
| | | | | | Also corrected a spot of formatting. Closes #4781.
* c-user: rtems_rate_monotonic_get_status()Sebastian Huber2021-10-251-4/+5
| | | | | | | | | Mention that resetting the processor usage time of tasks has no impact on the period status and statistics. Remove no longer relevant RTEMS_NOT_DEFINED error status. Close #4528.
* c-user: Add "Kernel Character I/O Support" chapterSebastian Huber2021-08-032-3/+3
| | | | Close #4482.
* c-user: Use a common phrase for pointer parametersSebastian Huber2021-06-151-10/+10
| | | | | | | Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993.
* c-user: Generate rate-monotonic manager docsSebastian Huber2021-04-232-366/+654
| | | | | | | | | 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: fix broken definition in rate-monotonic background.Gedare Bloom2021-04-221-1/+3
|
* c-user: Add labels to the manager chaptersSebastian Huber2021-02-101-0/+2
| | | | Update #3993.
* c-user: Split up rate-monotonic managerSebastian Huber2020-09-025-0/+1113
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.