commit | 14899616a374236c942d1e5115036e3a2bc07c60 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Mon Jul 26 15:24:40 2021 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Aug 05 11:46:59 2021 +0200 |
tree | aced02237ff11454509e7aab8a4086570b9535d3 | |
parent | 70cd67579de1969ef3e6c237b17da8a9ec0c9c22 [diff] |
doc: coding_guideline: Add a MISRA-C mandatory rule to Zephyr This guideline seems to be missed during the Zephyr's code guideline creation. That is a good guideline that aims to address some problems like double free or freeing not allocated memory. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>