-
Notifications
You must be signed in to change notification settings - Fork 3k
BLE fixes (SM whitelist creation, Nordic scatter file fix, missing TLS initialisation) #7089
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 targeting mbed OS 5.9 RC2. One more fix on its way for #7006, please do not merge for now |
Actually looks like #7006 does not need further fixing, so this PR is good to go! |
/morph build |
Build : SUCCESSBuild number : 2224 Triggering tests/morph test |
Test : SUCCESSBuild number : 2014 |
Exporter Build : SUCCESSBuild number : 1852 |
/morph uvisor-test |
1 similar comment
/morph uvisor-test |
/morph uvisor-test |
@orenc17 Please check CI uvisor for this PR |
Description
Whitelist creation did not update the size making the consumer think no items where created (original PR: paul-szczepanek-arm#54).
Place observers sequentially in flash in the scatter file for Nordic (original PR: paul-szczepanek-arm#57).
Missing TLS initialisation (original PR: paul-szczepanek-arm#56).
MBED_ASSERT had the wrong condition, creating a false assert when ran in debug.
Pull request type