summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* c-user: Split up fatal error managerSebastian Huber2021-04-217-302/+321
| | | | | | | This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
* c-user: Split up initialization managerSebastian Huber2021-04-216-99/+120
| | | | | | | This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
* c-user: Document rtems_semaphore_obtain() errorsSebastian Huber2021-04-191-0/+8
| | | | Update #3993.
* c-user: Add scheduler glossary termsSebastian Huber2021-04-141-0/+24
| | | | | Add glossary terms which characterize the relationship of a scheduler to a task.
* posix-compliance: Use constant name for API spreadsheet.Joel Sherrill2021-04-073-26/+49
| | | | | | | README-cvs.txt will need to be updated each time the spreadsheet is updated. The spreadsheet is managed and maintained externally and has a version in the name. We do not want that in the repository because a diff of the CSV should always be much smaller than a "delete old/add new" patch.
* posix-compliance: Update tracking spreadsheet to v12Joel Sherrill2021-04-075-1364/+1398
| | | | | | | | | | The new version of the API tracking spreadsheet includes FACE Technical Standard, Edition 3.1 as well as a few additions to what RTEMS supports. The generation script and discussion of standards was updated to reflect the inclusion of a new Edition of the FACE Technical Standard. Closes #4380.
* c-user: Fix rtems_semaphore_release() docsSebastian Huber2021-04-071-1/+1
| | | | | The directive returns RTEMS_UNSATISFIED if the semaphore's count already had the maximum value of UINT32_MAX.
* tools/boot-image.rst: Master Boot Record is MBR not MRBJoel Sherrill2021-04-051-1/+1
|
* user/bsps: Add STM32H7 SDMMC driverChristian Mauderer2021-04-011-0/+26
| | | | Update #4372
* common/latex.py: use distro module for python3.5 and upVijay Kumar Banerjee2021-03-301-2/+5
|
* networking: Rename to legacy networkingVijay Kumar Banerjee2021-03-3013-7/+7
|
* User/BSPs/Beagle: Add JTAG debugger sectionChristian Mauderer2021-03-301-2/+65
|
* start: provide more version guidance for gsocGedare Bloom2021-03-252-2/+6
|
* start: Console output example updatesIda Delphine2021-03-255-150/+159
|
* app: Update command to configure appIda Delphine2021-03-251-4/+4
|
* bsp-build: Update manual bsp build commandIda Delphine2021-03-251-5/+5
|
* tools: Update command to install toolsuiteIda Delphine2021-03-251-5/+5
|
* sourses: Update source download commandIda Delphine2021-03-251-2/+2
|
* prefixes: Update installation prefixIda Delphine2021-03-251-4/+4
|
* eng: Add example to action requirements how-toSebastian Huber2021-03-192-4/+406
| | | | Update #3715.