Skip to content

Boards arduino due mpu #14526

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

Merged
merged 3 commits into from
Apr 18, 2019

Conversation

ioannisg
Copy link
Member

Currently, submitted on top of #13564.
Adds default MPU support in arduino due.

@ioannisg ioannisg added Enhancement Changes/Updates/Additions to existing features platform: Microchip SAM Microchip SAM Platform (formerly Atmel SAM) labels Mar 14, 2019
@ioannisg ioannisg added this to the v1.15.0 milestone Mar 14, 2019
@ioannisg ioannisg force-pushed the boards_arduino_due_mpu branch from 59f824b to 5925a0b Compare March 14, 2019 15:20
@codecov-io
Copy link

Codecov Report

Merging #14526 into master will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #14526      +/-   ##
==========================================
- Coverage   52.02%   51.99%   -0.04%     
==========================================
  Files         309      309              
  Lines       45574    45574              
  Branches    10555    10555              
==========================================
- Hits        23711    23695      -16     
- Misses      17057    17069      +12     
- Partials     4806     4810       +4
Impacted Files Coverage Δ
subsys/testsuite/ztest/include/ztest_assert.h 38.88% <0%> (-38.89%) ⬇️
subsys/testsuite/ztest/src/ztest.c 65.28% <0%> (-7.44%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d910aa6...5925a0b. Read the comment docs.

@ioannisg
Copy link
Member Author

recheck

1 similar comment
@ioannisg
Copy link
Member Author

recheck

Assigning code-owner for Arduino Due board.

Signed-off-by: Ioannis Glaropoulos <[email protected]>
Force soc.h to include the headers generated automatically
by DTS. In addition, force arm_mpu_regions.c to include
misc/slist.h for ARRAY_SIZE() macro. arm_mpu_regions.c
does not need to include soc.h (it is included indirectly
via arm_mpu.h)

Signed-off-by: Ioannis Glaropoulos <[email protected]>
Builds for Arduino Due shall have MPU support by default.

Signed-off-by: Ioannis Glaropoulos <[email protected]>
@ioannisg ioannisg force-pushed the boards_arduino_due_mpu branch from 5925a0b to 1aa599e Compare April 18, 2019 20:50
@nashif nashif merged commit bd7f4fc into zephyrproject-rtos:master Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Changes/Updates/Additions to existing features platform: Microchip SAM Microchip SAM Platform (formerly Atmel SAM)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants