-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Bluetooth: controller: Add BT_CTLR_HCI Kconfig option #72871
Conversation
@tejlmand any idea what the Compliance failure about a non-existing
|
because when running compliance on the Kconfig tree, then only the pure Zephyr tree is used and hence the Kconfig parts of the unit testing board is not sourced. One reason is to avoid such test settings leaking into the production code 😉 |
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.
Use "Bluetooth: Controller:..." in commit title (BT Spec no longer uses lower case controller in its texts)
Add a new option to split off the building of the HCI layer of the controller. This layer is not needed by the controller unit tests, and becomes problematic with the planned change to use devicetree for HCI drivers. Signed-off-by: Johan Hedberg <[email protected]>
Done. |
Add a new option to split off the building of the HCI layer of the controller. This layer is not needed by the controller unit tests, and becomes problematic with the planned change to use devicetree for HCI drivers (causing CI failures in #72323).