-
Notifications
You must be signed in to change notification settings - Fork 8.2k
soc: arm: sam3x: add MPU capability #13564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
SAM3X includes MPU, see here: |
Codecov Report
@@ Coverage Diff @@
## master #13564 +/- ##
==========================================
+ Coverage 52.23% 52.27% +0.03%
==========================================
Files 307 307
Lines 45469 45469
Branches 10526 10526
==========================================
+ Hits 23753 23769 +16
+ Misses 16914 16902 -12
+ Partials 4802 4798 -4
Continue to review full report at Codecov.
|
|
Can't find out who the maintainer is for atmel/sam3x. |
Add Memory Protection (MPU) capability to the Atmel SAM3X SoC. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
Adding Code-Owner for Atmel SAM3X SOC (Cortex-M3). Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
Add Memory Protection (MPU) capability to the Atmel SAM3X SoC.
Signed-off-by: Ioannis Glaropoulos Ioannis.Glaropoulos@nordicsemi.no