-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove Cortex A boards as Cortex-A it is not supported in CMSIS5/RTX2 #4316
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-nightly |
Taken from the PR fa51930 on the CMSIS_5 branch. |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Actually I'll remove Cortex-A support from RTX in this PR as well, should make the final diff cleaner. |
This change is temporary, Cortex A support will be reenabled when it's fully supported in CMSIS/RTX 5.
/morph test-nightly |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Hi |
@0xc0170 is working on it, we've removed main.S which is used in non-RTOS cases, it has to be reintroduced. |
@jeromecoutant This should fix it #4334 , waiting for CI to confirm green status, and we should be good to do! If you report a problem, please provide more details. I assume you are running mbed sdk tests, no rtos included? |
Thx Martin |
Temporarily remove the Cortex-A targets since these targets will not be supported by CMSIS5 initially.