We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The new boot sequence for mbed OS is nicely documented in the mbed boot code file https://github.com/ARMmbed/mbed-os/blob/master/rtos/mbed_boot.c#L17. The same can be done for mbed 2 (plus how it is changed when RTX is included) - this has separate boot sequence in mbed_sdk_boot code file https://github.com/ARMmbed/mbed-os/blob/master/platform/mbed_sdk_boot.c
cc @LMESTM thanks for raising this
The text was updated successfully, but these errors were encountered:
Hi It seems that mbed_main call is missing in the IAR boot sequence ? (#4602)
Sorry, something went wrong.
ARM Internal Ref: MBOTRIAGE-323
(#4602)
Closed. This was resolved
No branches or pull requests
Description
The new boot sequence for mbed OS is nicely documented in the mbed boot code file https://github.com/ARMmbed/mbed-os/blob/master/rtos/mbed_boot.c#L17. The same can be done for mbed 2 (plus how it is changed when RTX is included) - this has separate boot sequence in mbed_sdk_boot code file https://github.com/ARMmbed/mbed-os/blob/master/platform/mbed_sdk_boot.c
cc @LMESTM thanks for raising this
The text was updated successfully, but these errors were encountered: