Add releasenotes document in repo

This commit is contained in:
Daniel Marjamäki 2021-09-27 07:56:27 +02:00
parent 92cfdf2cb6
commit 7a33de5aa5
1 changed files with 8 additions and 0 deletions

8
releasenotes.txt Normal file
View File

@ -0,0 +1,8 @@
Misra C 2012 compliance has been "completed"
All misra C 2012 rules have been implemented except 1.1 , 1.2 and 17.3. Including the rules in amendment 1 and amendment 2.
The rules 1.1 and 1.2 must be checked with a compiler.
The rule 17.3 can be checked by a compiler, for instance GCC.