We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1173428 commit 2e5b002Copy full SHA for 2e5b002
Makefile
@@ -55,8 +55,8 @@ TARGETS += build.nrf52840dongle_nrf52840/hci_usb_h4/zephyr/zephyr-dfu.zip
55
build.%/hci_usb_h4/zephyr/zephyr.hex: check-zephyr
56
source $(ZEPHYR_ROOT)/zephyr-env.sh ; \
57
west build --build-dir build.$*/hci_usb_h4 --pristine auto \
58
- --board $* $(ZEPHYR_ROOT)/samples/bluetooth/hci_usb_h4 -- \
59
- -DBOARD_ROOT="$(ZEPHYR_BOARD_ROOT)"
+ --board $* $(ZEPHYR_ROOT)/samples/bluetooth/hci_usb_h4 \
+ -DCONFIG_BT_CTLR_DTM_HCI=y
60
61
%/zephyr-dfu.zip: %/zephyr.hex
62
nrfutil pkg generate --hw-version 52 --sd-req=0x00 \
0 commit comments