-
Notifications
You must be signed in to change notification settings - Fork 3k
retarget: fix microlib for mbed 2 #4671
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 is as it used to be, reverting the removal. uARM does not have any hook that we could use for mbed sdk init and copy nvic, therefore _open is used that should be sufficient, but not ideal. For more information, visit https://github.com/ARMmbed/mbed-os/pull/2160/files#r76563844.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi | OK | NUCLEO_L476RG | uARM | DTCT_1 | Simple detect test | 0.47 | 10 | 1/1 | |
@0xc0170 LGTM |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
only for mbed 2 needed.
This is as it used to be, reverting the removal. uARM does not have any hook
that we could use for mbed sdk init and copy nvic, therefore _open is used that
should be sufficient, but not ideal.
For more information, visit https://github.com/ARMmbed/mbed-os/pull/2160/files#r76563844.
cc @c1728p9 @bulislaw @jeromecoutant @LMESTM