-
Notifications
You must be signed in to change notification settings - Fork 3k
Correct long call macros for ARMC6 #5090
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
@Archcady could you take a look at this please? |
#ifdef CONFIG_RELEASE_BUILD_LIBRARIES | ||
#define _LONG_CALL_ | ||
#define _LONG_CALL_ROM_ | ||
#ifdef E_CUT_ROM_DOMAIN |
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.
@tung7970 do we have this micro definition?
/morph test |
@tommikas It looks like RAAS when down on this run. Is this something that has been fixed in the mean time? |
/morph test |
Result: ABORTEDYour command has finished executing! Here's what you wrote!
OutputTest failed! |
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! |
@theotherjimmy Yep. I just didn't restart the jobs yesterday because the CI was under unusually heavy load at the time. Should be ok atm. |
@tommikas It looks like a failure in a python script in some unrelated tools:
|
This should fix the extremely long compile times for the Realtek
RTL8195AM board. Could I get someone from Realtek to review?