samples: bluetooth: hci_pwr_ctrl: Add devicetree overlays for qemu
This sample requires Zephyr HCI vendor extension support by the used Bluetooth controller. In the case of qemu this needs to be explicitly indicated by enabling the corresponding devicetree property. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
This commit is contained in:
parent
719cd2639c
commit
534b54b6da
2 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
&bt_hci_uart {
|
||||
bt-hci-vs-ext;
|
||||
};
|
3
samples/bluetooth/hci_pwr_ctrl/boards/qemu_x86.overlay
Normal file
3
samples/bluetooth/hci_pwr_ctrl/boards/qemu_x86.overlay
Normal file
|
@ -0,0 +1,3 @@
|
|||
&bt_hci_uart {
|
||||
bt-hci-vs-ext;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue