-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Change MBED_DEPRECATED def order to support Keil 4 #3250
Conversation
/morph test |
Result: NOT_BUILTYour command has finished executing! Here's what you wrote!
|
Not sure if there is an issue with the bot |
Sorry for the |
Lots of CI issues today, sorry again. Had to restart the system. Restarting now. /morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 1063 All builds and test passed! |
Are there still issues with the CI builds? Two CI checks for this PR and for #3253 have been pending for 4 days. |
retest uvisor |
Both of the pending CIs are passing, we've just exceeded the GitHub API rate limit :) |
@mazimkhan @marhil01 Can API rate limit error be handled more gracefully or fixed? |
Oringinally #3245 by @micromint
Description
MBED_DEPRECATED macro breaks builds using Keil uVision4. The 'deprecated' attribute does not allow arguments using ARMCC 5.03 on Keil 4.74. Changing #ifdef order reinstates support for Keil uVision4. Tested with Keil 4.74, Keil 5.21 and GCC ARM Embedded 5.4 2016q3.
Status
READY
Todos