From 534b54b6da1018ea588316428385f1f8bb5dced8 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 24 Nov 2024 20:52:15 +0200 Subject: [PATCH] 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 --- samples/bluetooth/hci_pwr_ctrl/boards/qemu_cortex_m3.overlay | 3 +++ samples/bluetooth/hci_pwr_ctrl/boards/qemu_x86.overlay | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 samples/bluetooth/hci_pwr_ctrl/boards/qemu_cortex_m3.overlay create mode 100644 samples/bluetooth/hci_pwr_ctrl/boards/qemu_x86.overlay diff --git a/samples/bluetooth/hci_pwr_ctrl/boards/qemu_cortex_m3.overlay b/samples/bluetooth/hci_pwr_ctrl/boards/qemu_cortex_m3.overlay new file mode 100644 index 00000000000..fd20b6d03ec --- /dev/null +++ b/samples/bluetooth/hci_pwr_ctrl/boards/qemu_cortex_m3.overlay @@ -0,0 +1,3 @@ +&bt_hci_uart { + bt-hci-vs-ext; +}; diff --git a/samples/bluetooth/hci_pwr_ctrl/boards/qemu_x86.overlay b/samples/bluetooth/hci_pwr_ctrl/boards/qemu_x86.overlay new file mode 100644 index 00000000000..fd20b6d03ec --- /dev/null +++ b/samples/bluetooth/hci_pwr_ctrl/boards/qemu_x86.overlay @@ -0,0 +1,3 @@ +&bt_hci_uart { + bt-hci-vs-ext; +};