Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-13 | armv7m: mpu_config add missing break | xypron.glpk@gmx.de | |
For DEVICE_NON_SHARED the newly assigned value of attr is overwritten due to a missing break. The problem was indicated by cppcheck. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> | |||
2017-05-12 | armv7m: add MPU configuration support | Vikas Manocha | |
Cortex-M archs support option memory protection unit (MPU). MPU is used to set the memory types, attributes, access permissions for different regions, cache policies of the device. e.g. using MPU it is possible to configure memory region as device memory or strongly ordered, memory attributes like execute never, cache policies like write-back or write-through. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> |