Merge pull request #16017 from chrysn-pull-requests/riotboot-dfu-codes
riotboot_dfu: Use allocated USB IDs
This commit is contained in:
commit
856f246131
@ -35,8 +35,10 @@ RIOTBASE ?= $(CURDIR)/../../
|
|||||||
# USB device vendor and product ID
|
# USB device vendor and product ID
|
||||||
# pid.codes test VID/PID, not globally unique
|
# pid.codes test VID/PID, not globally unique
|
||||||
|
|
||||||
USB_VID ?= ${USB_VID_TESTING}
|
# The VID/PID pair allocated for the RIOT bootloader
|
||||||
USB_PID ?= ${USB_PID_TESTING}
|
# as allocated on https://pid.codes/1209/7D02/
|
||||||
|
USB_VID ?= 1209
|
||||||
|
USB_PID ?= 7D02
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user