summaryrefslogtreecommitdiffstats
path: root/c-user/user-extensions (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber3-3/+3
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-05-09c-user: Generate API type documentationSebastian Huber1-6/+6
Close #4901.
2022-11-30c-user/*: Add trailing parentheses on methods in index which were missing itJoel Sherrill1-1/+1
Closes #4766.
2021-09-15c-user: Clarify rtems_extension_create()Sebastian Huber1-3/+7
2021-06-15c-user: Use a common phrase for pointer parametersSebastian Huber1-4/+4
Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993.
2021-04-21c-user: Add user extensions glossary termsSebastian Huber1-9/+4
2021-02-10c-user: Generate user extensions manager docsSebastian Huber2-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.
2021-02-10c-user: Add labels to the manager chaptersSebastian Huber1-1/+1
Update #3993.
2020-09-02c-user: Split up user extensions managerSebastian Huber4-0/+588
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.