summaryrefslogtreecommitdiffstats
path: root/c-user (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-21c-user: Split up initialization managerSebastian Huber6-99/+120
This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
2021-04-19c-user: Document rtems_semaphore_obtain() errorsSebastian Huber1-0/+8
Update #3993.
2021-04-14c-user: Add scheduler glossary termsSebastian Huber1-0/+24
Add glossary terms which characterize the relationship of a scheduler to a task.
2021-04-07c-user: Fix rtems_semaphore_release() docsSebastian Huber1-1/+1
The directive returns RTEMS_UNSATISFIED if the semaphore's count already had the maximum value of UINT32_MAX.
2021-03-17c-user: Remove obsolete constraintSebastian Huber1-3/+0
2021-03-17c-user: Update semaphore exampleSebastian Huber1-1/+2
Update #4346.
2021-03-08c-user: Clarify constraintsSebastian Huber1-2/+8
2021-02-19c-user: Generate signal manager documentationSebastian Huber2-112/+209
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-17c-user: Generate clock manager documentationSebastian Huber3-398/+613
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: 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: Generate barrier manager documentationSebastian Huber3-218/+395
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: Generate semaphore manager documentationSebastian Huber2-571/+966
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: Move deprecated/removed directivesSebastian Huber5-0/+413
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2021-02-10c-user: Add control block acronymsSebastian Huber1-1/+13
Update #3993.
2021-02-10c-user: Add labels to the manager chaptersSebastian Huber17-4/+30
Update #3993.
2021-02-10c-user: Clarify object services documentationSebastian Huber1-6/+6
Unify the wording across similar directives of other managers. Update #3993.
2021-02-10c-user: Clarify IO manager documentationSebastian Huber1-3/+3
Unify the wording across similar directives of other managers. Update #3993.
2021-02-10c-user: Clarify partition manager documentationSebastian Huber1-9/+15
2021-02-10c-user: Clarify event manager documentationSebastian Huber2-18/+41
Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993.
2021-02-10c-user: Clarify timer manager documentationSebastian Huber3-52/+164
Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993.
2021-02-03c-user: Clarify partition manager documentationSebastian Huber2-48/+123
Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993.
2021-02-03c-user: Clarify object servicesSebastian Huber2-55/+151
Add a "Constraints" paragraph to the documentation. Use function prototypes for the directives. Update #3993.
2021-01-25Improve file header comment in generated filesSebastian Huber24-72/+168
2020-12-09c-user: Generate Timer Manager documentationSebastian Huber2-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.
2020-12-02c-user: Generate Object Services documentationSebastian Huber2-428/+643
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.
2020-12-02c-user: Clarify invalid identifier descriptionsSebastian Huber2-4/+4
Update #3993.
2020-12-02c-user: Clarify rtems_partition_delete()Sebastian Huber1-2/+3
Move the PTCB sentence to the notes to be in line with rtems_partition_create(). Update #3993.
2020-12-02c-user: Clarify rtems_partition_create()Sebastian Huber1-3/+2
The rtems_partition_create() returns an object identifier and not just a partition identifier. Update #3993.
2020-12-01c-user: Fix format in Partition ManagerSebastian Huber1-3/+4
Update #3993.
2020-11-25c-user: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber1-1/+68
Document new configuration option CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE. Close #4181.
2020-11-20c-user: Split up object servicesSebastian Huber6-173/+192
This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
2020-11-20c-user: Update internal error listSebastian Huber1-29/+8
2020-11-12c-user: Generate Partition Manager documentationSebastian Huber2-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.
2020-11-12c-user: Generate Event Manager documentationSebastian Huber2-121/+228
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.
2020-11-12Improve automatically generated warningSebastian Huber16-80/+64
2020-11-09c-user: Add "Generated from ..." commentsSebastian Huber14-0/+330
2020-10-11c-user: Generate I/O Manager documentationSebastian Huber2-316/+481
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.
2020-10-11Improve file header comment in generated filesSebastian Huber14-56/+126
2020-09-28c-user: Fix use of getchark() and rtems_putc()Sebastian Huber1-4/+4
2020-09-17c-user: CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGESebastian Huber1-0/+32
Document this application configuration option. Update #3959.
2020-09-17c-user: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber1-0/+44
Document this application configuration option. Close #4074.
2020-09-02c-user: Split up scheduling conceptsSebastian Huber8-969/+995
Introduce a background section. This makes it easier to automatically generate parts of the scheduling concepts documentation in the future. Update #3993.
2020-09-02c-user: Split up user extensions managerSebastian Huber5-162/+177
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up timer managerSebastian Huber6-181/+200
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up task managerSebastian Huber6-626/+648
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up signal managerSebastian Huber7-323/+342
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up region managerSebastian Huber6-214/+233
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up rate-monotonic managerSebastian Huber7-1092/+1114
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up partition managerSebastian Huber6-121/+140
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up message managerSebastian Huber6-206/+225
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.