Skip to content

Commit 54efd6d

Browse files
authored
Add MISRA C mapping table (Safety-Critical-Rust-Consortium#432)
* Add an initial mapping table for MISRA C:2025 The table is taken from Addendum 6 of the MISRA C:2025 coding guidelines. The table shall contain a mapping between MISRA guidelines and SCRC coding guidelines. Rules and directives that aren't applicable at all are listed as well, along with a reason why they are not applicable. * Remove rule column for rules that aren't applicable * Add initial mapping * Replace column "Rationale" with "Category" * Add Rust category column * Fill category column from already linked rules
1 parent c54c2ee commit 54efd6d

3 files changed

Lines changed: 1042 additions & 2 deletions

File tree

src/appendices/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Appendices
77
==========
88

99
.. toctree::
10-
:maxdepth: 1
10+
:maxdepth: 2
1111

1212
licenses
13-
standards-matrices
13+
standards-matrices/index

src/appendices/standards-matrices.rst renamed to src/appendices/standards-matrices/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@
55

66
Standards Matrices
77
==================
8+
9+
.. toctree::
10+
:maxdepth: 1
11+
12+
misra-c-2025-mapping

0 commit comments

Comments
 (0)