aboutsummaryrefslogtreecommitdiff
path: root/src/peripheral/mpu.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-16Move cortex-m crate into cortex-m directoryGravatar Adam Greig 1-65/+0
2021-03-19Compile the `mpu::RegisterBlock` struct on all targetsGravatar dimpolo 1-1/+1
2020-07-18Correct typo in RASR register aliasesGravatar R. Kyle Murphy 1-6/+6
2020-06-09Initial ARMv8-M MPU support.Gravatar Cliff L. Biffle 1-1/+36
2017-11-21turn peripherals into scoped singletonsGravatar Jorge Aparicio 1-0/+30
2017-03-07revamp for memory safetyGravatar Jorge Aparicio 1-30/+0
2016-09-27initial commitGravatar Jorge Aparicio 1-0/+30