Skip to content

Commit 2e5b002

Browse files
committed
Enable DTM
Enable support for Direct Test Mode over the HCI transport.
1 parent 1173428 commit 2e5b002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ TARGETS += build.nrf52840dongle_nrf52840/hci_usb_h4/zephyr/zephyr-dfu.zip
5555
build.%/hci_usb_h4/zephyr/zephyr.hex: check-zephyr
5656
source $(ZEPHYR_ROOT)/zephyr-env.sh ; \
5757
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)"
58+
--board $* $(ZEPHYR_ROOT)/samples/bluetooth/hci_usb_h4 \
59+
-DCONFIG_BT_CTLR_DTM_HCI=y
6060

6161
%/zephyr-dfu.zip: %/zephyr.hex
6262
nrfutil pkg generate --hw-version 52 --sd-req=0x00 \

0 commit comments

Comments
 (0)