Skip to content

Commit

Permalink
docs(misra c compliance matrix): 📝 Add MISRA C directives
Browse files Browse the repository at this point in the history
This completes the compliance matrix for CRSF for Arduino
  • Loading branch information
ZZ-Cat committed Sep 11, 2024
1 parent 657947b commit d6ae3ff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/misra_c_compliance_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,25 @@ The icons are as follows:

### Directives

| MISRA Directive | Rule flag | Manual review |
| --- | --- | --- |
| Directive 1.1 | Required | :warning: |
| Directive 2.1 | Required | :no_entry_sign: |
| Directive 3.1 | Required | :warning: |
| Directive 4.1 | Required | :white_check_mark: |
| Directive 4.2 | Advisory | :white_check_mark: |
| Directive 4.3 | Required | :white_check_mark: |
| Directive 4.4 | Advisory | :warning: |
| Directive 4.5 | Advisory | :white_check_mark: |
| Directive 4.6 | Advisory | :white_check_mark: |
| Directive 4.7 | Required | :white_check_mark: |
| Directive 4.8 | Advisory | :warning: |
| Directive 4.9 | Advisory | :white_check_mark: |
| Directive 4.10 | Required | :white_check_mark: |
| Directive 4.11 | Required | :no_entry_sign: |
| Directive 4.12 | Required | :no_entry_sign: |
| Directive 4.13 | Advisory | :warning: |

### Rules

| MISRA Rule | Rule flag | GCC Arm None EABI | Cppcheck | Manual review |
Expand Down

0 comments on commit d6ae3ff

Please sign in to comment.