-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Bluetooth: Controller: Remove deprecated BT_CTLR Kconfig option #94287
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
base: main
Are you sure you want to change the base?
Conversation
8b99973
to
5f1ade4
Compare
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Replace manifest update with commit from https://github.com/nordicjm/zephyr/tree/jbtupdate |
Use HAS_BT_CTLR instead of the deprecated BT_CTLR. Signed-off-by: Johan Hedberg <[email protected]>
Use HAS_BT_CTLR which has replaced the deprecated BT_CTLR option. Signed-off-by: Johan Hedberg <[email protected]>
The new option is HAS_BT_CTLR, however since it's a promptless option, disable the native link layer instead, which most likely was the intended effect. Signed-off-by: Johan Hedberg <[email protected]>
Update Zephyr fork of MCUboot to revision: bf5321bb6906e9e75b4c85b7c98b71c06ae52e90 Brings following Zephyr relevant fixes: - bf5321bb boot: zephyr: Remove reference to deprecated BT_CTLR option - 800868a9 bootutil: swap_scratch: Fix scratch scrambling - 16cfdaf3 boot: zephyr: Fix including asn1 when ed25519 is used Signed-off-by: Jamie McCrae <[email protected]> Signed-off-by: Johan Hedberg <[email protected]>
This option was deprecated in Zephyr 4.1.0, so it can be removed for Zephyr 4.3.0. Signed-off-by: Johan Hedberg <[email protected]>
5f1ade4
to
647a5f1
Compare
Done. @Thalley @rerickson1 re-approvals are needed due to a rebase and an update of the manifest commit (as per instructions from @nordicjm). |
|
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.
MCUboot changes OK
This option was deprecated in 4.1 and can now be removed for 4.3.