-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix the CMSIS macro ARM_MPU_RASR #8175
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
The update to CMSIS 5.4.0 broke the macro ARM_MPU_RASR. This patch pulls in the upstream fix from CMSIS: ARM-software/CMSIS_5@2ead2ad#diff-e4bfba5228373d368ac2543d6e5bd4d0
Fixes #8174 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix. This fixes the issue I was seeing when testing MXRT1050 ENET.
/morph build |
Build : SUCCESSBuild number : 3173 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2771 |
Test : FAILUREBuild number : 2978 |
time_start issue. A fix is pending and will be applied next week. Will restart in a bit. |
/morph test |
Test : SUCCESSBuild number : 3060 |
Description
The update to CMSIS 5.4.0 broke the macro ARM_MPU_RASR. This patch
pulls in the upstream fix from CMSIS:
ARM-software/CMSIS_5@2ead2ad#diff-e4bfba5228373d368ac2543d6e5bd4d0
Pull request type