We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd201a commit d41f457Copy full SHA for d41f457
MISRA.md
@@ -1,6 +1,6 @@
1
# MISRA Compliance
2
3
-The coreMQTT library files conform to the [MISRA C:2012](https://www.misra.org.uk/MISRAHome/MISRAC2012/tabid/196/Default.aspx)
+The coreMQTT library files conform to the [MISRA C:2012](https://www.misra.org.uk/misra-c)
4
guidelines, with the deviations listed below. Compliance is checked with Coverity static analysis.
5
Since the coreMQTT library is designed for small-embedded devices, it needs to have a very small memory footprint and has to
6
be efficient. To achieve that and to increase the performace of the library, it deviates from some MISRA rules.
0 commit comments