-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
samples: cellular: fixes and cleanup for new BT HCI driver #20637
Conversation
Update to new HCI driver, so that Bluetooth driver is registered correctly during init. This is a followup to commit 7a5d1c6 ("samples: cellular: lte_ble_gateway: Update to use new HCI driver"). Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This chosen property is no longer used by Zephyr, as there is 'zephyr,bt-hci' instead. Drop it. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
CONFIG_BT_H4 is selected automatically whenever there is devicetree node enabled with "zephyr,bt-hci-uart" compatible. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This chosen property is no longer used by Zephyr, as there is 'zephyr,bt-hci' instead. Drop it. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
CONFIG_BT_H4 is selected automatically whenever there is devicetree node enabled with "zephyr,bt-hci-uart" compatible. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
Thank you for your contribution! Note: This comment is automatically posted and updated by the Contribs GitHub Action. |
|
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 012392d4c5d9c0dd739d2f3471026f255c1bbfe8 more detailssdk-nrf:
Github labels
List of changed files detected by CI (5)
Outputs:ToolchainVersion: aedb4c0245 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
@jhirsi @tokangas @trantanen Ping, please review |
I'm not familiar with this
I also tried the @mniestroj Did you try |
Ok, I also needed to include the change in #20651. Now it works also with |
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.
Thanks for the updates!
I'd probably combine the changes into two commits (one for each sample) but not a big deal unless @rlubos has an opinion on that.
Update thingy91 to new HCI driver, so that Bluetooth driver is registered correctly during init.
Cleanup devicetree leftovers from old HCI driver, which are no longer used.