-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
Architecture ReviewDiscussion in the Architecture WG requiredDiscussion in the Architecture WG requiredBreaking API ChangeBreaking changes to stable, public APIsBreaking changes to stable, public APIsarea: Bluetootharea: Bluetooth HCIBluetooth HCI DriverBluetooth HCI Driver
Description
- Problem Description:
The HCI driver indrivers/bluetooth/hci/rpmsgand the HCI sample in
samples/bluetooth/hci_rpmsgare no longer appropriately named. Both now use
the IPC subsystem, which can in turn use (but does not have to) RPMsg under
the hood. - Proposed Change (detailed):
The proposal, as shown in Pull Request bluetooth: Rename rpmsg HCI driver and sample to ipc #64391, is to rename anything related
to HCI and RPMsg to use the term IPC instead. - Detailed RFC:
- Function call changes
None that are public - Device Tree changes (source and bindings)
The following chose node has been changed:
zephyr,bt-hci-rpmsg-ipchas been renamed tozephyr,bt-hci-ipc - Kconfig option changes
CONFIG_BT_RPMSGhas been renamed toCONFIG_BT_HCI_IPC - Sample names changes
samples/bluetooth/hci_rpmsghas been renamed tosamples/bluetooth/hci_ipc
- Function call changes
- Dependencies:
Users will need to use the new Kconfig option and Devicetree chosen node in
their out of tree boards and applications.
Users will need to compile the sample with the new name and path.
henrikbrixandersen and ejohnso49
Metadata
Metadata
Assignees
Labels
Architecture ReviewDiscussion in the Architecture WG requiredDiscussion in the Architecture WG requiredBreaking API ChangeBreaking changes to stable, public APIsBreaking changes to stable, public APIsarea: Bluetootharea: Bluetooth HCIBluetooth HCI DriverBluetooth HCI Driver
Type
Projects
Status
Done