-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove ARM7 support and targets #4307
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
/morph test |
/morph mbed2-release |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
|
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Merge when CI is green. |
@theotherjimmy Need a message for deprecated targets when people try to compile for them |
@sg- They're removed from targets.json. It will do the same as other targets that don't exist and tell the user that it did not understand the input and list the options. If you want something else, then you're asking for a hack. |
Its a breaking change and therefore deserves a nice message. Same will be true for Cortex A for mbed OS 5.5 |
Remove ARM7 targets since they are no longer supported.
This is a cherry pick of aa5f1ae from the CMSIS_5 branch.