commit | 8a4e10dfb5cb5010512c495c26abdd9723ce4603 | [log] [tgz] |
---|---|---|
author | Michael Davidsaver <mdavidsaver@gmail.com> | Wed Dec 02 19:18:53 2015 -0500 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Jan 23 13:33:40 2017 +0000 |
tree | 51f8c9350719b13f685c4c241935dff3d2d3d6fc | |
parent | 9bc4a56198bfdac9d01aeeb0e0d27996ba210ad4 [diff] |
armv7m: decide whether faults are MemManage or BusFault General logic is that operations stopped by the MPU are MemManage, and those which go through the MPU and are caught by the unassigned handle are BusFault. Signed-off-by: Michael Davidsaver <mdavidsaver@gmail.com>