-
Notifications
You must be signed in to change notification settings - Fork 3k
TFM: Remove ARM Compiler 5 considerations #12702
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
TFM: Remove ARM Compiler 5 considerations #12702
Conversation
ARM Compiler 5 is no longer actively supported and was superseded in Mbed OS by ARM Compiler 6.
@hugueskamba, thank you for your changes. |
CI started |
Test run: FAILEDSummary: 1 of 6 test jobs failed Failed test jobs:
|
@Patater should confirm but this code comes from another repo so should be fixed there as well although it still might support ARMC5. |
Entire CI restarted |
Test run: FAILEDSummary: 1 of 6 test jobs failed Failed test jobs:
|
CI restarted |
Test run: SUCCESSSummary: 6 of 6 test jobs passed |
Summary of changes
ARM Compiler 5 is no longer actively supported and was superseded in
Mbed OS by ARM Compiler 6.
Impact of changes
Breaking change: The binary generated from ARM Compiler 5 cannot be relied on as support has been dropped.
Migration actions required
Use Arm Compiler 6.
Documentation
N/A
Pull request type
Test results
Reviewers
@Patater @evedon