commit | 70cd67579de1969ef3e6c237b17da8a9ec0c9c22 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Mon Jul 26 14:45:15 2021 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Aug 05 11:46:59 2021 +0200 |
tree | e7c514eb9a2812cdea3c542ac90e08236f5006d4 | |
parent | 7a82d03d4086804d74e012be15f46561a5804ec9 [diff] |
doc: coding_guidelines: Add a MISRA-C mandatory rule to Zephyr This guideline address three undefined behaviors listed in the C99 standard. Although Zephyr does not support/implement these functions, they are part of the C library and could be implemented in the future. Also this is mandatory rule in MISRA-C and if one day Zephyr decides to claim compliance with MISRA-C this guideline has to be followed. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>