-
Notifications
You must be signed in to change notification settings - Fork 12
Requirement adding
Simon Hein edited this page Apr 25, 2024
·
8 revisions
The scope of the requirements are the kernel functionality. The requirements shall reflect the actual state of the implementation in requirements because of the route 3s approach of the projects safety effort.
- Consistency across all requirements. The language and choice of words shall be consistent and remain so.
- System Requirements
- Software Requirements
- UIDs are freely selectable for development of the Requirements.
- Final UIDs are distributed during the requirement finalization process.
- Functional
- Non-Functional
- Use short and terse requirement titles.
The short titles are easier to read and navigate when exploring the table of contents of a document which simplifies understanding of the overall document structure. Example: use "Reset Count" instead of "Counting Semaphores Exposes Ability to Reset Count to Zero".
- Unambiguous
- Testable (verifiable)
- Clear (concise, terse, simple, precise)
- Correct
- Understandable
- Feasible (realistic, possible)
- Independent
- Atomic
- Necessary
- Implementation-free (abstract)
- Consistent
- Non redundant
- Complete
- Adhere to the contribution guidelines of the Zephyr Project: https://docs.zephyrproject.org/latest/contribute/guidelines.html
- As long as they are applicable to the requirements repository.
- Avoid creating larger commits that contain both trivial and non-trivial changes.
- Avoid moving and changing requirements in the same commit.