You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was told that the checklist for qualifying a library for a safety critical system includes
static analysis on library code base
code coverage (gcov ??)
Check for any dynamic memory usage by the library
Profiling to check if it meets system latency criteria (have to write dummy app that simulates real use case)
Any guidelines or recommendation from the users or community experts ?, never done such an exercise before so having a starting problem. Any precedence for this kind of exercise already exists ?. Thank you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was told that the checklist for qualifying a library for a safety critical system includes
Any guidelines or recommendation from the users or community experts ?, never done such an exercise before so having a starting problem. Any precedence for this kind of exercise already exists ?. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions