-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Revert "Turn off MPU on targets failing OOB" #9020
Conversation
@c1728p9, thank you for your changes. |
Marking this as |
The cause of the pelion-enablement test failures for Nuvoton boards is not caused by or related to the MPU so this patch re-enables the MPU for these boards. The cause of the pelion-enablement test failures for the UBLOX_C030_U201 has been identified and corrected so this patch re-enables the MPU for this board. This reverts commit b217c5f.
@bulislaw Fyi |
@c1728p9 Making sure, is this still needed, or was this fixed in a different PR? |
@cmonr this just re-enables the MPU. It is not required for RC3 |
Test results with this PR:
This should be safe to merge. |
CI started |
Woop, I need to slow down. Stopped the wrong job. Restarting. |
CI started |
Fixes #8927 |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
The cause of the pelion-enablement test failures for Nuvoton boards is not caused by or related to the MPU so this patch re-enables the MPU for these boards.
The change which initially disabled the MPU is:
b217c5f
Pull request type