summaryrefslogtreecommitdiffstats
path: root/c-user/message/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/message/directives.rst: byes->bytes typoMartin Erik Werner2023-01-231-1/+1
|
* c-user: Add types to macrosSebastian Huber2022-10-041-1/+1
|
* rtems: Fix message manager documentationSebastian Huber2021-09-161-2/+2
| | | | | | | Correct the description of the ``count`` parameter of rtems_message_queue_flush(). Close #4508.
* c-user: Fix message manager documentationSebastian Huber2021-09-151-9/+10
| | | | | | | Remove bogus return status from rtems_message_queue_receive(). Clarify rtems_message_queue_flush(). Close #4508.
* c-user: Use a common phrase for pointer parametersSebastian Huber2021-06-151-14/+14
| | | | | | | Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993.
* c-user: Fix typo "cod" -> "code"Sebastian Huber2021-04-281-6/+7
|
* c-user: Clarify constraintsSebastian Huber2021-04-281-3/+6
|
* c-user: Generate message manager documentationSebastian Huber2021-04-231-467/+988
| | | | | | | | | 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 message managerSebastian Huber2020-09-021-0/+559
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.