summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* user: fix typo in aarch64/a53.rstGedare Bloom2021-06-081-1/+1
|
* Update Compliance Tracking CSV file to fix minor bugsJoel Sherrill2021-06-042-873/+874
|
* eng/vc-authors: Add section on migrating personal repo to top-levelVijay Kumar Banerjee2021-05-301-0/+46
|
* c-users: Add rtems_*mutex_try_lockChristian Mauderer2021-05-281-0/+35
| | | | Closes #4440.
* bsps/imxrt: Remove superfluous options from dtcChristian Mauderer2021-05-281-1/+1
| | | | | | | | | | | The -@ option adds symbols that are used when applying an overlay. RTEMS doesn't support overlays or re-parsing of device trees. So the symbols only increase the size of the binary. The same is true for the padding. It would be useful if the device tree is changed during run time which is not supported in RTEMS. Update #4180
* c-user: Document new rtems_task_delete() errorSebastian Huber2021-05-271-0/+3
| | | | Close #4414.
* Fix the bibtex extension configure testChris Johns2021-05-211-2/+4
|
* Fix the linux specific includeChris Johns2021-05-211-4/+4
|
* posix-compliance: Update to include POSIX 1003.1-2017 (Issue 7).Joel Sherrill2021-05-174-1379/+1395
|
* posix-compliance/posix_rst.py: Use proper names of standards in headingsJoel Sherrill2021-05-171-18/+18
|
* user/bld/index.rst: removed references to legacy network config optionsHarrison Edward Gerber2021-05-161-7/+0
|
* c-user: Constify rtems_task_wake_when()Sebastian Huber2021-05-121-1/+1
| | | | Update #4406.
* c-user: Clarify rtems_task_get_priority()Sebastian Huber2021-05-121-2/+2
|
* c-user: Document rtems_task_set_scheduler() errorsSebastian Huber2021-05-121-2/+22
|
* c-user: Add task priority glossary termsSebastian Huber2021-05-121-3/+38
|
* c-user: Change format of external function refsSebastian Huber2021-05-081-1/+1
|
* eng: Add unspecified interface groupsSebastian Huber2021-05-081-0/+3
| | | | Update #3715.
* c-user: rtems_scheduler_get_processor_set()Sebastian Huber2021-05-071-1/+1
| | | | | | Document changed error status. Update #4401.
* c-user: rtems_scheduler_ident_by_processor_set()Sebastian Huber2021-05-071-0/+4
| | | | Document new error status.
* eng: Remove text attribute from acfg optionsSebastian Huber2021-04-301-6/+0
| | | | Update #3715.
* c-user: Reformat configuration option constraintsSebastian Huber2021-04-2914-330/+414
| | | | | | If only one constraint is present, then use a single sentence, otherwise use a list for the constraints. Format the constraints so that the line length limit is maintained.
* c-user: CONFIGURE_BSP_PREREQUISITE_DRIVERSSebastian Huber2021-04-291-2/+2
| | | | Replace copy and paste with a proper description.
* c-user: Add missing "the"Sebastian Huber2021-04-291-11/+10
|
* eng: Add test suite nameSebastian Huber2021-04-291-0/+4
| | | | Update #3715.
* eng: Remove scope from constraintsSebastian Huber2021-04-291-4/+0
| | | | | | Use links instead of this special purpose attributes. Update #3715.
* eng: Add unit test link roleSebastian Huber2021-04-291-2/+23
| | | | Update #3715.
* eng: Remove embedded constraintsSebastian Huber2021-04-291-44/+1
| | | | Update #3715.
* c-user: Generate region manager documentationSebastian Huber2021-04-282-470/+859
| | | | | | | | | 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 task manager documentationSebastian Huber2021-04-283-1187/+1761
| | | | | | | | | 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: Fix typo "cod" -> "code"Sebastian Huber2021-04-281-6/+7
|
* c-user: Clarify constraintsSebastian Huber2021-04-286-13/+22
|
* c-user: Generate scheduling concepts documentationSebastian Huber2021-04-282-325/+646
| | | | | | | | | 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 interrupt manager documentationSebastian Huber2021-04-283-344/+1012
| | | | | | | | | 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: Constify timer fire when directivesSebastian Huber2021-04-281-2/+2
| | | | Update #4392.
* c-user: Fix wording for "home scheduler"Sebastian Huber2021-04-271-2/+2
|
* eng: Allow multiple interface referencesSebastian Huber2021-04-271-3/+18
| | | | Update #3715.
* c-user: Use glossary termSebastian Huber2021-04-271-3/+3
|
* legacy-networking: Add note with build instructions for rtems-net-legacyVijay Kumar Banerjee2021-04-262-0/+34
|
* c-user: Generate message manager documentationSebastian Huber2021-04-232-479/+1043
| | | | | | | | | 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 rate-monotonic manager docsSebastian Huber2021-04-232-366/+654
| | | | | | | | | 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.
* user/bsps/arm/beagle: Update i2c initialization instructionsG S Niteesh Babu2021-04-221-13/+28
| | | | | The new i2c driver in the beagle BSP uses FDT based initialization. This updates the documentation of the BSP about the same.
* c-user: fix broken definition in rate-monotonic background.Gedare Bloom2021-04-221-1/+3
|
* c-user: Mention timer server fire directivesSebastian Huber2021-04-221-2/+3
| | | | A timer may be also reinitiated by the timer server fire directives.
* bsp-howto: Add target hash chapterSebastian Huber2021-04-222-0/+18
| | | | Update #4267.
* c-user: Generate dual-ported memory manager docsSebastian Huber2021-04-212-170/+373
| | | | | | | | | 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 multiprocessing manager docsSebastian Huber2021-04-212-28/+84
| | | | | | | | | 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 fatal error manager docsSebastian Huber2021-04-212-145/+306
| | | | | | | | | 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 initialization manager docsSebastian Huber2021-04-212-26/+78
| | | | | | | | | 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: Add user extensions glossary termsSebastian Huber2021-04-212-11/+42
|
* c-user: Split up multiprocessing managerSebastian Huber2021-04-216-90/+110
| | | | | | | This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.