summaryrefslogtreecommitdiffstats
path: root/c-user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* c-users: Add rtems_*mutex_try_lockChristian Mauderer2021-05-281-0/+35
| | | | Closes #4440.
* 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: Add task priority glossary termsSebastian Huber2021-05-121-3/+38
|
* c-user: Change format of external function refsSebastian Huber2021-05-081-1/+1
|
* 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: Reformat configuration option constraintsSebastian Huber2021-04-2914-330/+414
| | | | | | If only one constraint is present, then use a single sentence, otherwise use a list for the constraints. Format the constraints so that the line length limit is maintained.
* c-user: CONFIGURE_BSP_PREREQUISITE_DRIVERSSebastian Huber2021-04-291-2/+2
| | | | Replace copy and paste with a proper description.
* c-user: Add missing "the"Sebastian Huber2021-04-291-11/+10
|
* c-user: Generate region manager documentationSebastian Huber2021-04-282-470/+859
| | | | | | | | | 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: Generate task manager documentationSebastian Huber2021-04-283-1187/+1761
| | | | | | | | | 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 typo "cod" -> "code"Sebastian Huber2021-04-281-6/+7
|
* c-user: Clarify constraintsSebastian Huber2021-04-286-13/+22
|
* c-user: Generate scheduling concepts documentationSebastian Huber2021-04-282-325/+646
| | | | | | | | | 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: Generate interrupt manager documentationSebastian Huber2021-04-283-344/+1012
| | | | | | | | | 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: Constify timer fire when directivesSebastian Huber2021-04-281-2/+2
| | | | Update #4392.
* c-user: Fix wording for "home scheduler"Sebastian Huber2021-04-271-2/+2
|
* c-user: Use glossary termSebastian Huber2021-04-271-3/+3
|
* c-user: Generate message manager documentationSebastian Huber2021-04-232-479/+1043
| | | | | | | | | 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: 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: Mention timer server fire directivesSebastian Huber2021-04-221-2/+3
| | | | A timer may be also reinitiated by the timer server fire directives.
* c-user: Generate dual-ported memory manager docsSebastian Huber2021-04-212-170/+373
| | | | | | | | | 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: Generate multiprocessing manager docsSebastian Huber2021-04-212-28/+84
| | | | | | | | | 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: Generate fatal error manager docsSebastian Huber2021-04-212-145/+306
| | | | | | | | | 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: Generate initialization manager docsSebastian Huber2021-04-212-26/+78
| | | | | | | | | 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: Add user extensions glossary termsSebastian Huber2021-04-212-11/+42
|
* c-user: Split up multiprocessing managerSebastian Huber2021-04-216-90/+110
| | | | | | | This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
* c-user: Split up fatal error managerSebastian Huber2021-04-217-302/+321
| | | | | | | This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
* c-user: Split up initialization managerSebastian Huber2021-04-216-99/+120
| | | | | | | This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
* c-user: Document rtems_semaphore_obtain() errorsSebastian Huber2021-04-191-0/+8
| | | | Update #3993.
* c-user: Add scheduler glossary termsSebastian Huber2021-04-141-0/+24
| | | | | Add glossary terms which characterize the relationship of a scheduler to a task.
* c-user: Fix rtems_semaphore_release() docsSebastian Huber2021-04-071-1/+1
| | | | | The directive returns RTEMS_UNSATISFIED if the semaphore's count already had the maximum value of UINT32_MAX.
* c-user: Remove obsolete constraintSebastian Huber2021-03-171-3/+0
|
* c-user: Update semaphore exampleSebastian Huber2021-03-171-1/+2
| | | | Update #4346.
* c-user: Clarify constraintsSebastian Huber2021-03-081-2/+8
|
* c-user: Generate signal manager documentationSebastian Huber2021-02-192-112/+209
| | | | | | | | | 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: Generate clock manager documentationSebastian Huber2021-02-173-398/+613
| | | | | | | | | 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: Generate user extensions manager docsSebastian Huber2021-02-102-111/+255
| | | | | | | | | 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: Generate barrier manager documentationSebastian Huber2021-02-103-218/+395
| | | | | | | | | 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: Generate semaphore manager documentationSebastian Huber2021-02-102-571/+966
| | | | | | | | | 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-105-0/+413
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Add control block acronymsSebastian Huber2021-02-101-1/+13
| | | | Update #3993.
* c-user: Add labels to the manager chaptersSebastian Huber2021-02-1017-4/+30
| | | | Update #3993.
* c-user: Clarify object services documentationSebastian Huber2021-02-101-6/+6
| | | | | | Unify the wording across similar directives of other managers. Update #3993.
* c-user: Clarify IO manager documentationSebastian Huber2021-02-101-3/+3
| | | | | | Unify the wording across similar directives of other managers. Update #3993.
* c-user: Clarify partition manager documentationSebastian Huber2021-02-101-9/+15
|