Skip to content

Commit 534b54b

Browse files
jhedbergkartben
authored andcommitted
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 <[email protected]>
1 parent 719cd26 commit 534b54b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
&bt_hci_uart {
2+
bt-hci-vs-ext;
3+
};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
&bt_hci_uart {
2+
bt-hci-vs-ext;
3+
};

0 commit comments

Comments
 (0)