summaryrefslogtreecommitdiff
path: root/c-user (follow)
AgeCommit message (Collapse)Author
2021-04-14c-user: Add scheduler glossary termsSebastian Huber
Add glossary terms which characterize the relationship of a scheduler to a task.
2021-04-07c-user: Fix rtems_semaphore_release() docsSebastian Huber
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 Huber
2021-03-17c-user: Update semaphore exampleSebastian Huber
Update #4346.
2021-03-08c-user: Clarify constraintsSebastian Huber
2021-02-19c-user: Generate signal manager documentationSebastian Huber
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 Huber
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 Huber
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 Huber
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 Huber
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 Huber
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 Huber
Update #3993.
2021-02-10c-user: Add labels to the manager chaptersSebastian Huber
Update #3993.
2021-02-10c-user: Clarify object services documentationSebastian Huber
Unify the wording across similar directives of other managers. Update #3993.
2021-02-10c-user: Clarify IO manager documentationSebastian Huber
Unify the wording across similar directives of other managers. Update #3993.
2021-02-10c-user: Clarify partition manager documentationSebastian Huber
2021-02-10c-user: Clarify event manager documentationSebastian Huber
Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993.
2021-02-10c-user: Clarify timer manager documentationSebastian Huber
Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993.
2021-02-03c-user: Clarify partition manager documentationSebastian Huber
Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993.
2021-02-03c-user: Clarify object servicesSebastian Huber
Add a "Constraints" paragraph to the documentation. Use function prototypes for the directives. Update #3993.
2021-01-25Improve file header comment in generated filesSebastian Huber
2020-12-09c-user: Generate Timer Manager documentationSebastian Huber
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 Huber
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 Huber
Update #3993.
2020-12-02c-user: Clarify rtems_partition_delete()Sebastian Huber
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 Huber
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 Huber
Update #3993.
2020-11-25c-user: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber
Document new configuration option CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE. Close #4181.
2020-11-20c-user: Split up object servicesSebastian Huber
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 Huber
2020-11-12c-user: Generate Partition Manager documentationSebastian Huber
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 Huber
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 Huber
2020-11-09c-user: Add "Generated from ..." commentsSebastian Huber
2020-10-11c-user: Generate I/O Manager documentationSebastian Huber
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 Huber
2020-09-28c-user: Fix use of getchark() and rtems_putc()Sebastian Huber
2020-09-17c-user: CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGESebastian Huber
Document this application configuration option. Update #3959.
2020-09-17c-user: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber
Document this application configuration option. Close #4074.
2020-09-02c-user: Split up scheduling conceptsSebastian Huber
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 Huber
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 Huber
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 Huber
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 Huber
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 Huber
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 Huber
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 Huber
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 Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up IO managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-09-02c-user: Split up interrupt managerSebastian Huber
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.