mbed-os/hal/mpu
Kevin Bracey 263129a300 MPU - use higher-level calls, fix ARMv8-M error
Switch to higher-level calls and macros, and fix an error in the ARMv8-M
version - "inner" attributes were not being set correctly due to a
copy/paste error - "outer" was being set twice.

This means RAM would have been marked WTRA rather than WBWA for the
inner cache.

Slightly reduces ARMv7-M init code size by feeding region number
into RBAR instead of using RNR.
2018-12-27 22:26:03 -06:00
..
mbed_mpu_v7m.c MPU - use higher-level calls, fix ARMv8-M error 2018-12-27 22:26:03 -06:00
mbed_mpu_v8m.c MPU - use higher-level calls, fix ARMv8-M error 2018-12-27 22:26:03 -06:00