summaryrefslogtreecommitdiffstats
path: root/c-user/rate-monotonic (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber3-3/+3
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-05-09c-user: Generate API type documentationSebastian Huber1-8/+8
Close #4901.
2023-01-13c-user/rate-monotonic/background.rst: Correct logically inverted statementJoel Sherrill1-5/+6
Also corrected a spot of formatting. Closes #4781.
2021-10-25c-user: rtems_rate_monotonic_get_status()Sebastian Huber1-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.
2021-08-03c-user: Add "Kernel Character I/O Support" chapterSebastian Huber2-3/+3
Close #4482.
2021-06-15c-user: Use a common phrase for pointer parametersSebastian Huber1-10/+10
Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993.
2021-04-23c-user: Generate rate-monotonic manager docsSebastian Huber2-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.
2021-04-22c-user: fix broken definition in rate-monotonic background.Gedare Bloom1-1/+3
2021-02-10c-user: Add labels to the manager chaptersSebastian Huber1-0/+2
Update #3993.
2020-09-02c-user: Split up rate-monotonic managerSebastian Huber5-0/+1113
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.