Demo env programming language support #85
matthew-l-weber
started this conversation in
Ideas
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
AeroWG has discussed a few different tiers/types of environments based on safety levels and this ticket seeks to capture notes around the supported programming languages.
Per matrix found here - https://en.wikipedia.org/wiki/Automotive_Safety_Integrity_Level#Comparison_with_Other_Hazard_Level_Standards
++ Safety Levels ++++++ Programming Languages ++
DO178C-E ------------------ Pretty much anything - (e.g., C/C++, GO, Rust, Python, Perl, TCL, Java, Ruby, JS)
ASIL A / DO178C-D -------- Pretty much anything - (e.g., C/C++, GO, Rust, Python, Perl, TCL, Java, Ruby, JS)
ASIL B / DO178C-C -------- Assembly, C/C++
ASIL C / DO178C-C -------- Assembly, C/C++
ASIL D / DO178C-B -------- Assembly, C/C++ (static binaries), ?Ada?
DO178C-A ----------------- Assembly, C (static binaries), ?Ada?
Notional configuration/build tiers - #59
For higher assurance cases, are those GCC or LLVM toolchains?
Beta Was this translation helpful? Give feedback.
All reactions