-
Notifications
You must be signed in to change notification settings - Fork 3k
Revert partially "Remove Cortex A support from CMSIS/RTOS" #4334
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
This reverts commit 5f29445 - but only partially. cmain.S for IAR is still required to keep mbed SDK boot process as it was. This startup file for IAR is active for non-rtos projects. Fixes ARMmbed#4330
I'm assuming this file fills the space in
Can we change the comment to say that's done int the cmsis/TOOLCHAIN_IAR/cmain.S file and also document addition of the external file to cmsis in ARMmbed/mbed-os-5-docs#160 |
Both done (new commits on both PR) |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
@bridadan @studavekar K22F is down (see the latest morph result) |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputExample Build failed! |
The fix #4353 is merged in master /morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Great! |
Hi Test MBED_A21 (https://github.com/ARMmbed/mbed-os/blob/master/features/unsupported/tests/mbed/call_before_main/main.cpp) I have opened #4602 Thx |
This reverts commit 5f29445 - but only partially.
cmain.S for IAR is still required to keep mbed SDK boot process as it was. This
startup file for IAR is active for non-rtos projects.
Fixes #4330
Thanks to @YarivCol for reporting this. Tested locally with blinky mbed OS and mbed-dev gpio example (K64F board) - thus should be compatible with all new changes (new mbed boot that is coming to mbed OS).