summaryrefslogtreecommitdiffstats
path: root/c-user/timer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-203-3/+3
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* c-user: Generate API type documentationSebastian Huber2023-05-091-7/+7
| | | | 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: Constify timer fire when directivesSebastian Huber2021-04-281-2/+2
| | | | Update #4392.
* 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: Clarify timer manager documentationSebastian Huber2021-02-103-52/+164
| | | | | | | Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993.
* Improve file header comment in generated filesSebastian Huber2021-01-252-6/+14
|
* c-user: Generate Timer Manager documentationSebastian Huber2020-12-092-375/+674
| | | | | | | | | 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 timer managerSebastian Huber2020-09-025-0/+662
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.