Skip to content

Update ARM_CM0 to ARM_CM0_MPU in GCC #1046

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

Closed

Conversation

kar-rahul-aws
Copy link
Member

Description

This PR updates ARM_CM0 to ARM_CM0_MPU for GCC port.

Test Steps

NA

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@kar-rahul-aws kar-rahul-aws requested a review from a team as a code owner April 29, 2024 20:58
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@kar-rahul-aws
Copy link
Member Author

kar-rahul-aws commented May 7, 2024

The reason we have _MPU is because we have 2 separate ports - one MPU and one without MPU. For example, CM4F and CM4_MPU.
In this case, there is only one port and the MPU support is enabled using configENABLE_MPU . Therefore, this change adds no value other than breaking the existing applications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant