summaryrefslogtreecommitdiffstats
path: root/eng (follow)
Commit message (Collapse)AuthorAgeFilesLines
* eng: Update the python template, add a shell templateChris Johns2020-09-011-4/+59
|
* eng: Add automatically generated warningSebastian Huber2020-08-191-0/+7
| | | | Update #3715.
* eng: Unify test attribute keysSebastian Huber2020-08-191-19/+19
| | | | Update #3715.
* eng: Add test header to test caseSebastian Huber2020-08-191-77/+82
| | | | Update #3715.
* eng: Remove test name attributeSebastian Huber2020-08-191-28/+0
| | | | | | Derive the test name from the item UID. Update #3715.
* eng: Add test case attributesSebastian Huber2020-08-191-0/+18
| | | | Update #3715.
* eng: Add Doxyfile update to release processSebastian Huber2020-08-101-0/+2
|
* eng: Add reference to unspecified interfacesSebastian Huber2020-08-071-0/+4
| | | | Update #3715.
* eng: Add more variants of unspecified interfacesSebastian Huber2020-08-071-4/+16
| | | | Update #3715.
* eng: Add application config options how-toSebastian Huber2020-08-071-0/+119
| | | | Update #3715.
* eng: Refer to the rtems-central repositorySebastian Huber2020-08-071-7/+6
| | | | Close #4043.
* eng: Partially revert previous commitSebastian Huber2020-08-061-18/+0
| | | | | | | The previous commit contained more than just a typo fix. Remove this part. Update #3715.
* eng: Fix typoSebastian Huber2020-08-061-2/+19
| | | | Update #3715.
* eng/release: Add libbsd version updateChristian Mauderer2020-07-291-0/+9
|
* eng: Fix format of regular expressionsSebastian Huber2020-07-281-9/+9
| | | | Update #3715.
* eng: Add ability to skip action transitionsSebastian Huber2020-07-281-8/+43
| | | | | | | | | | Sometimes the pre-conditions in an action requirement are not independent and it is necessary skip a certain set of pre-condition states. This should be used with care since no test code is run in these cases. There shall be a reason given why skipping a transition is justified. Update #3715.
* 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: Add recommendations for attributesSebastian Huber2020-07-241-4/+30
| | | | Fix formatting.
* eng: Update test framework chapterSebastian Huber2020-07-232-103/+313
| | | | | | | | Document the dynamic text fixtures, utility functions, and the interrupt test support. Reorder some sections and reword some paragraphs based on review comments. Update #3199.
* eng: fix typo in coding-file-hdr.rstG S Niteesh Babu2020-07-111-1/+1
|
* 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: Update release processSebastian Huber2020-06-301-4/+20
|
* eng: Update the release procedure.Chris Johns2020-06-261-12/+156
|
* 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.
* Use a complete sentence for acronym definitionsSebastian Huber2020-06-041-10/+10
|
* 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-296-414/+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-299-1283/+1309
| | | | | | | This allows to more easily generate the specification item section with a script using specification items. Update #3715.
* eng: Update requirements engineering chapterSebastian Huber2020-05-051-304/+409
| | | | | | | | | Update requirements engineering chapter due to the removal of Doorstop as the requirements management tool. Update the application configuration related specification items. Update #3715.
* Rework RTEMS licensing discussions.Joel Sherrill2020-05-012-14/+96
| | | | | | | This now captures historical rationale along with cross-linking code templates with license guidelines. Closes #3962.
* eng: Adjust config.h includeSebastian Huber2020-04-151-1/+1
| | | | Use variant used by most source files.
* Add a release procedure section.Chris Johns2020-04-042-3/+271
|
* eng: Add documentation guidelinesSebastian Huber2020-04-022-0/+80
| | | | | | | | | Start with templates for the application configuration options. Remove "Format to be followed for making changes in this file" from c-user. Update #3910.
* eng: Add glossary termsSebastian Huber2020-04-012-3/+92
| | | | | | | | | | | | | | | | | Define the following terms: * assembler language * C language * ELF * interrupt service * software component * software unit Clarify: * task Update #3715.
* eng: Add Python development guidelinesSebastian Huber2020-03-192-0/+164
|
* eng: Add glossarySebastian Huber2020-03-022-0/+62
| | | | Update #3853.
* eng: Fix typoSebastian Huber2020-02-251-1/+1
|
* eng: Rework file template sectionSebastian Huber2020-02-241-30/+240
| | | | Update #3053.
* eng: Grammar fixSebastian Huber2020-02-101-1/+1
| | | | Update #3199.
* eng: Mention test framework buffer configurationSebastian Huber2020-02-101-2/+7
| | | | Update #3199.
* eng: Document test framework formatted outputSebastian Huber2020-02-101-7/+23
| | | | Update #3199.