summaryrefslogtreecommitdiffstats
path: root/c-user/task (follow)
Commit message (Collapse)AuthorAgeFilesLines
* c-user: Clarify task prioritiesSebastian Huber2021-09-151-4/+10
|
* c-user: Use a common phrase for pointer parametersSebastian Huber2021-06-151-25/+25
| | | | | | | Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993.
* c-user: Document new rtems_task_delete() errorSebastian Huber2021-05-271-0/+3
| | | | Close #4414.
* c-user: Constify rtems_task_wake_when()Sebastian Huber2021-05-121-1/+1
| | | | Update #4406.
* c-user: Clarify rtems_task_get_priority()Sebastian Huber2021-05-121-2/+2
|
* c-user: Document rtems_task_set_scheduler() errorsSebastian Huber2021-05-121-2/+22
|
* c-user: Generate task manager documentationSebastian Huber2021-04-282-1187/+1759
| | | | | | | | | 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: Move deprecated/removed directivesSebastian Huber2021-02-103-0/+331
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Add labels to the manager chaptersSebastian Huber2021-02-101-0/+2
| | | | Update #3993.
* c-user: Split up task managerSebastian Huber2020-09-025-0/+2101
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.