Difference between revisions of "MISRA C"
From emboxit
(→SonarQube) |
m (1 revision) |
(No difference)
|
Latest revision as of 16:51, 11 September 2015
- MISRA C is a software development standard for the C programming language developed by MISRA (Motor Industry Software Reliability Association). Its aims are to facilitate code safety, portability and reliability in the context of embedded systems, specifically those systems programmed in ISO C. There is also a set of guidelines for MISRA C++.
- Check: Notable tools that check code for MISRA conformance....
- Using MISRA C and C++ for security and reliability eetimes
- Introduction to MISRA C July 1, 2002
- MISRA documentation pricelist
- MISRA webstore
PC-Lint
Understand
- Understand is a static analysis tool for maintaining, measuring, & analyzing critical or large code bases
- Understand in Wikipedia
SonarQube
- SonarQube (formerly Sonar[1]) is an open source platform for Continuous Inspection of code quality.
- TODO: check how to work with MISRA