summaryrefslogtreecommitdiffstats
path: root/c-user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* c-user: Remove obsolete constraintSebastian Huber2021-03-171-3/+0
|
* c-user: Update semaphore exampleSebastian Huber2021-03-171-1/+2
| | | | Update #4346.
* c-user: Clarify constraintsSebastian Huber2021-03-081-2/+8
|
* c-user: Generate signal manager documentationSebastian Huber2021-02-192-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.
* c-user: Generate clock manager documentationSebastian Huber2021-02-173-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.
* c-user: Generate user extensions manager docsSebastian Huber2021-02-102-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.
* c-user: Generate barrier manager documentationSebastian Huber2021-02-103-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.
* c-user: Generate semaphore manager documentationSebastian Huber2021-02-102-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.
* c-user: Move deprecated/removed directivesSebastian Huber2021-02-105-0/+413
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Add control block acronymsSebastian Huber2021-02-101-1/+13
| | | | Update #3993.
* c-user: Add labels to the manager chaptersSebastian Huber2021-02-1017-4/+30
| | | | Update #3993.
* c-user: Clarify object services documentationSebastian Huber2021-02-101-6/+6
| | | | | | Unify the wording across similar directives of other managers. Update #3993.
* c-user: Clarify IO manager documentationSebastian Huber2021-02-101-3/+3
| | | | | | Unify the wording across similar directives of other managers. Update #3993.
* c-user: Clarify partition manager documentationSebastian Huber2021-02-101-9/+15
|
* c-user: Clarify event manager documentationSebastian Huber2021-02-102-18/+41
| | | | | | | Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993.
* 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.
* 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.
* c-user: Clarify object servicesSebastian Huber2021-02-032-55/+151
| | | | | | | Add a "Constraints" paragraph to the documentation. Use function prototypes for the directives. Update #3993.
* Improve file header comment in generated filesSebastian Huber2021-01-2524-72/+168
|
* 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: Generate Object Services documentationSebastian Huber2020-12-022-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.
* c-user: Clarify invalid identifier descriptionsSebastian Huber2020-12-022-4/+4
| | | | 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: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber2020-11-251-1/+68
| | | | | | | Document new configuration option CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE. Close #4181.
* c-user: Split up object servicesSebastian Huber2020-11-206-173/+192
| | | | | | | This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
* c-user: Update internal error listSebastian Huber2020-11-201-29/+8
|
* 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: Generate Event Manager documentationSebastian Huber2020-11-122-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.
* Improve automatically generated warningSebastian Huber2020-11-1216-80/+64
|
* c-user: Add "Generated from ..." commentsSebastian Huber2020-11-0914-0/+330
|
* c-user: Generate I/O Manager documentationSebastian Huber2020-10-112-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.
* Improve file header comment in generated filesSebastian Huber2020-10-1114-56/+126
|
* c-user: Fix use of getchark() and rtems_putc()Sebastian Huber2020-09-281-4/+4
|
* c-user: CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGESebastian Huber2020-09-171-0/+32
| | | | | | Document this application configuration option. Update #3959.
* c-user: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2020-09-171-0/+44
| | | | | | Document this application configuration option. Close #4074.
* c-user: Split up scheduling conceptsSebastian Huber2020-09-028-969/+995
| | | | | | | | | Introduce a background section. This makes it easier to automatically generate parts of the scheduling concepts documentation in the future. Update #3993.
* c-user: Split up user extensions managerSebastian Huber2020-09-025-162/+177
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up timer managerSebastian Huber2020-09-026-181/+200
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up task managerSebastian Huber2020-09-026-626/+648
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up signal managerSebastian Huber2020-09-027-323/+342
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up region managerSebastian Huber2020-09-026-214/+233
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up rate-monotonic managerSebastian Huber2020-09-027-1092/+1114
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up partition managerSebastian Huber2020-09-026-121/+140
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up message managerSebastian Huber2020-09-026-206/+225
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up IO managerSebastian Huber2020-09-026-216/+235
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up interrupt managerSebastian Huber2020-09-026-252/+271
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up dual-ported memory managerSebastian Huber2020-09-026-85/+104
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
* c-user: Split up clock managerSebastian Huber2020-09-026-223/+242
| | | | | | | This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.