-
Notifications
You must be signed in to change notification settings - Fork 3k
Turn off MPU for PSOC 6 #8952
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
Turn off MPU for PSOC 6 #8952
Conversation
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.
LGTM
"release_versions": ["5"], | ||
"extra_labels": ["Cypress", "PSOC6"], | ||
"public": false | ||
}, | ||
"MCU_PSOC6_M0": { | ||
"inherits": ["MCU_PSOC6"], | ||
"core": "Cortex-M0+", | ||
"macros": ["MCU_PSOC6_M0"], | ||
"macros_add": ["MCU_PSOC6_M0"], |
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.
i think this one is not related to our MPU configuration, but clearly a necessary change!
Can you consider splitting it to separate commit?
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.
done
fixes #8937 - once merged will close the issue automatically |
Use "macros_add" rather than "marcos" so any macros defined by MCU_PSOC6 are not overwritten.
Turn off the MPU for the PSOC 6 since it has a non-standard memory map. This fixes crashes on boot for this target.
CI started |
Test run: SUCCESSSummary: 4 of 4 test jobs passed |
Description
Turn off the MPU for the PSOC 6 since it has a non-standard memory map. This fixes crashes on boot for this target.
fixes #8937
Pull request type