summaryrefslogtreecommitdiffstats
path: root/c-user/partition (follow)
Commit message (Collapse)AuthorAgeFilesLines
* c-user: Add labels to the manager chaptersSebastian Huber2021-02-101-0/+2
| | | | Update #3993.
* c-user: Clarify partition manager documentationSebastian Huber2021-02-101-9/+15
|
* c-user: Clarify partition manager documentationSebastian Huber2021-02-032-48/+123
| | | | | | | 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: Clarify invalid identifier descriptionsSebastian Huber2020-12-021-3/+3
| | | | Update #3993.
* c-user: Clarify rtems_partition_delete()Sebastian Huber2020-12-021-2/+3
| | | | | | | Move the PTCB sentence to the notes to be in line with rtems_partition_create(). Update #3993.
* c-user: Clarify rtems_partition_create()Sebastian Huber2020-12-021-3/+2
| | | | | | | The rtems_partition_create() returns an object identifier and not just a partition identifier. Update #3993.
* c-user: Fix format in Partition ManagerSebastian Huber2020-12-011-3/+4
| | | | Update #3993.
* c-user: Generate Partition Manager documentationSebastian Huber2020-11-122-280/+406
| | | | | | | | | The manager 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. This header file was generated from the items by a script. Update #3993.
* c-user: Split up partition managerSebastian Huber2020-09-025-0/+488
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.