|
|
|
|
|
by aaronbeekay
1870 days ago
|
|
The automotive industry has standards that govern the systematic development of safety-critical systems (hardware and software). The most significant is probably ISO 26262, which defines an “Automotive Safety Integrity Level” and methods for ensuring the safety and reliability of components at a given integrity level. There are also standards like MISRA C, which are basically defined code quality and software development guidelines to reduce bugs in critical software. |
|