-
Notifications
You must be signed in to change notification settings - Fork 3k
BLE: update Cordio link layer to 19.2 #10542
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
BLE: update Cordio link layer to 19.2 #10542
Conversation
needs work to address Don's comments |
@paul-szczepanek-arm, thank you for your changes. |
This is replacing the already reviewed #10272 |
Hey @paul-szczepanek-arm,
Not sure what you mean - any NRF52840-based device would require that config - can you move files around accordingly? |
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.
Approved pending Paul's ok with current re-testing
This is good to go for CI. I'm running tests in parallel. |
works for 52840, not so much for 52 - need to investigate |
works on nrf52, but there is a problem with the testing app so validation is based on examples |
@donatieng @pan- could one of you review the additional changes please |
@@ -3,7 +3,7 @@ | |||
"config": { | |||
"zero-copy-hci": { | |||
"help": "messages sent between Host and Controller are passed directly without copying if enabled. WSF messages ownership is trasfered to the callee.", | |||
"value": 0, |
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.
Is there an impact on existing targets that uses the non zero copy HCI driver ?
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.
the zero copy is the new path, no change made for memcpy ones
It's functionality change, will target 5.13. @paul-szczepanek-arm correct? assuming feature branch is up to date and created against master soon |
I think feature branch is just waiting on this PR. |
CI started |
Test run: FAILEDSummary: 2 of 11 test jobs failed Failed test jobs:
|
CI restarted |
@paul-szczepanek-arm How old is the feature branch? we are getting failures I've seen previously - mismatch somewhere - I recall rebase fixed it . Can this branch be rebased? Pls write me the rebased forked, I can push it upstream. |
Seems that code is too old to support python 3 |
we need to bring |
…with normal function
0a53d7c
to
577ba54
Compare
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Exporters restarted |
@0xc0170 Is this done, is this going to be rolled into the upcoming mbed os release? |
@yogeshk19 Yes that's going to be in the next release. |
Description
This depends on an updated Nordic SDK to version 15:
#9999
This updates the cordio link layer to 19.2 the release notes for which are here:
https://github.com/ARMmbed/CordioBLE-Controller-Stable/blob/master/controller/cordio_link_readme.md
Pull request type
Reviewers
@pan-
Release Notes
Updates cordio link layer, doesn't change user facing API.