-
Notifications
You must be signed in to change notification settings - Fork 16
Improvement: rework ffi requirements checklist #539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Improvement: rework ffi requirements checklist #539
Conversation
|
The created documentation from the pull request is available at: docu-html |
aschemmel-tech
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see inline comments
process/folder_templates/features/feature_name/architecture/chklst_arc_inspection.rst
Outdated
Show resolved
Hide resolved
| - | ||
| a) the usage of shared resources (cpu time, shared memory, ...) are checked in a way that freedom from interference between the processes is ensured, | ||
| b) check if the operating system supports freedom from interference between the processes | ||
| Check lso if the operating system supports freedom from interference between the processes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Check Iso" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As you changed this to "also" I now understand you want the "Acceptance criteria" and the "Guidance" answered. This is not what is intended by these two columns. "Guidance" shall explain how the "Acceptance criteria" can be reached / answered. This is now not fully fulfilled: Missing is: How ensure cpu time FFI? How ensure shared memory FFI? How do I make sure I completed the task (what is meant with ...)? I do not think this guidance will fit into the column - please create this as part of the https://eclipse-score.github.io/process_description/pr-539/process_areas/architecture_design/guidance/architecture_guideline.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
The software architecture checklists in the freedom from interference area of the ISO26262 is reworked for clearer understanding of the checkpoints.