summaryrefslogtreecommitdiffstats
path: root/c-user/semaphore/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-9/+10
| | | | Close #4901.
* c-user: Use a common phrase for pointer parametersSebastian Huber2021-06-151-7/+7
| | | | | | | Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993.
* c-user: Clarify constraintsSebastian Huber2021-04-281-4/+6
|
* c-user: Use glossary termSebastian Huber2021-04-271-3/+3
|
* c-user: Document rtems_semaphore_obtain() errorsSebastian Huber2021-04-191-0/+8
| | | | Update #3993.
* 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: Generate semaphore manager documentationSebastian Huber2021-02-101-560/+925
| | | | | | | | | 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 semaphore managerSebastian Huber2020-09-021-0/+650
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.