-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.11.5-alpha #9719
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
… derivation when there is no TRNG but there is DRBG
The WICED precompiled libraries submitted with mbed-os-5.11.4 were compiled against mbed-os master branch at #57d8915a: https://github.com/ARMmbed/mbed-os/tree/57d8915a At that moment, the master branch contained commits targeting mbed-os-5.12, this prevented the libraries from functioning correctly when manually picked to mbed-os-5.11 release branch. The libraries are now compiled against #ecb3c8c: https://github.com/ARMmbed/mbed-os/tree/ecb3c8c
Updated to 5.11.5 although this is actually an alpha release of that.
Ci started |
@@ -44,7 +44,7 @@ | |||
* | |||
* @note 99 is default value for development version (master branch) | |||
*/ | |||
#define MBED_PATCH_VERSION 4 | |||
#define MBED_PATCH_VERSION 5 |
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.
I suppose...
Argghhh somehow contrived to accidently click close on this ! No idea how :( now going to have to await ci again! Actually ci hadn't finished running so it may still report correctly if we're lucky. |
Test run: FAILEDSummary: 1 of 12 test jobs failed Failed test jobs:
|
First run got stuck and Aleksi aborted and restarted |
Description
This is a pre-release version of mbed-os-5.11.5 and includes commits from just 2 PRs that are urgently required by Cypress and the client guys.