Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-06 | stm32: fix STMicroelectronics copyright | Patrice Chotard | |
Uniformize STMicroelectronics copyrights headers for STM32 related code. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> | |||
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> |