commit | bd0ff3092a71e2c78811741bfce5eff2a46f8b64 | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Tue Mar 06 17:46:32 2018 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Sat Mar 10 11:42:25 2018 -0600 |
tree | ce3e10039d1a6aa6cccae5da482a8cb069b9f543 | |
parent | 74db6bfa73f6df213851b880f6025eb0d96c2384 [diff] |
arch: arm: cmsis: cleanup cmsis.h and update error-code macros This commit removes the macros for ARM fault flags from include/arch/arm/cortex_m/cmsis.h header, since they are defined in the respective core_cmXX.h header files. It also modifies fault.c to use the updated fault macros taken directly from ARM CMSIS headers. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>