summaryrefslogtreecommitdiffstats
path: root/eng/req (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* eng: Support N/A in the action transitionsSebastian Huber2020-07-281-4/+13
| | | | | | | | Sometimes the pre-conditions in an action requirement are not independent and it is necessary to mark pre-conditions as not applicable in a particular transition. Update #3715.
* eng: Add brief description to header file itemsSebastian Huber2020-07-281-1/+7
| | | | Update #3715.
* eng: Add requirement text to interface groupsSebastian Huber2020-07-281-0/+6
| | | | | | | This allows to state the requirement for an interface group directly in the item. Update #3715.
* eng: Fix typoSebastian Huber2020-07-031-1/+1
| | | | Update #3715.
* eng: Reformat to maximize the text widthSebastian Huber2020-07-031-72/+69
| | | | | | Remove extra "X" character in some labels. Update #3715.
* eng: Clarify action requirement specificationSebastian Huber2020-06-171-6/+136
| | | | Update #3715.
* eng: Update action requirement specificationSebastian Huber2020-06-101-1/+80
| | | | Update #3715.
* eng: Update specification how-to sectionSebastian Huber2020-06-081-0/+75
| | | | Update #3715.
* eng: Add a specification type for actionsSebastian Huber2020-06-081-24/+377
| | | | | | | | | Add support to specify functional requirements for actions (functions or macros) via a transition map of pre-conditions to post-conditions. This will be the work horse for functional requirements. Generation of corresponding validation tests is supported. Update #3715.
* eng: Add generic attribute key typesSebastian Huber2020-06-041-26/+37
| | | | Update #3715.
* eng: Simplify wording for specification itemsSebastian Huber2020-06-041-247/+217
| | | | Update #3715.
* eng: Add interface specification how-toSebastian Huber2020-06-012-0/+89
| | | | Update #3715.
* eng: Update requirements tooling sectionSebastian Huber2020-05-291-11/+22
| | | | Update #3715.
* eng: Add generated documentation of spec itemsSebastian Huber2020-05-295-408/+4255
| | | | | | | | | The documentation of the specification items is generated by an RTEMS qualification tool from a specification of specification items. Move non-generated content to "req-for-req.rst". Update #3715.
* eng: Split up requirements engineering chapterSebastian Huber2020-05-297-0/+1308
This allows to more easily generate the specification item section with a script using specification items. Update #3715.