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 22e20b7 commit 9e53c54Copy full SHA for 9e53c54
Makefile
@@ -56,7 +56,8 @@ TARGETS += build.nrf52840dongle_nrf52840/hci_usb_h4/zephyr/zephyr-dfu.zip
56
build.%/hci_usb_h4/zephyr/zephyr.hex: check-zephyr
57
source $(ZEPHYR_ROOT)/zephyr-env.sh ; \
58
west build --build-dir build.$*/hci_usb_h4 --pristine auto \
59
- --board $*
+ --board $* \
60
+ -- -DCONFIG_USB_DEVICE_PRODUCT=\"$(PRJTAG)-v$(VERSION_TAG)\"
61
62
%/zephyr-dfu.zip: %/zephyr.hex
63
nrfutil pkg generate --hw-version 52 --sd-req=0x00 \
0 commit comments