The return of memset is never checked. This patch explicitly ignore the return to avoid MISRA-C violations. The only directory excluded directory was ext/* since it contains only imported code. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
Check for the mutex owner in the cmsis layer itself while releasing. Fixes #9574. Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
These APIs allow creating, acquiring, releasing and deleting the mutexes. Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>