aboutsummaryrefslogtreecommitdiff
path: root/include/arch/arm/cortex-m4/mpu.h
Commit message (Collapse)AuthorAge
* Add module for controlling the MPU.Josh Rahm2020-11-25
The MPU is a module in arm chips which allow for memory access protection. They are more primitive than full MMUs, but can still provide at least basic access control between different process controls.