-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.6.0-rc2 #5140
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
None of the exporters can handle them, so just don't do it
Which allows it to be parsed
When uVisor is enabled, don't attempt to sleep. Attempting to sleep will fail, as per <ARMmbed/uvisor#420>.
From C++11 and beyond string literals must be seperated by space so that they are recongizable as seperate tokens. Context macro in PPPCellularInterface (CTX) has been causing issues as it was not augmented with a space from a nearby string literal.
ARMC6 support required ARM compiler support as mandatory requirement which should not be the case. Cortex-M23/M33 devices are not suuported by ARM compiler5 Adding ARMC6 without ARM in target.json should work now.
Use asm code to set MSP
The issue of mutex returning osErrorISR with debug profile is fixed
The default stack size is not enough for debug profile (low compiler optimization)
Clean rtl8195a_init.c a little bit
Remove intermediate variances and use uint64 instead; Remove HalTimerIrqEn called in us_ticker.c
/morph test-nightly |
/morph mbed2-release |
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
|
Jenkins crashed
|
/morph test-nightly |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 146 All exports and builds passed! |
No description provided.