Skip to content
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

Cortex-M7 compiler flag fix #1432

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gtaharaedmonds
Copy link
Contributor

@gtaharaedmonds gtaharaedmonds commented Jan 22, 2025

Changelist

Looks like I made a mistake when setting up the compiler flags for Cortex-M7s and we've been passing -mcpu=cortex-m4. They both support the same instruction set (which I believe this flag is responsible for configuring) which is probably why we haven't seen any issues. However, we should definitely correct this regardless. There are differences in the final binaries so this definitely does something...

Testing Done

  • Builds pass.
  • Sanity test on hardware.

@gtaharaedmonds gtaharaedmonds requested review from liam-ilan and Lucien950 and removed request for liam-ilan January 22, 2025 02:16
Copy link
Contributor

@Lucien950 Lucien950 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent

@Lucien950 Lucien950 added the Drivers Shared Hardware Abstractions throughout the boards. label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Drivers Shared Hardware Abstractions throughout the boards.
Development

Successfully merging this pull request may close these issues.

2 participants