riotboot_dfu: Use allocated USB IDs

The IDs are not advertised to dfu-util to allow a smooth transition into
having a VID/PID-identifiable riotboot_dfu.

As allocated on https://pid.codes/1209/7D02/.
This commit is contained in:
chrysn 2021-02-16 08:58:18 +01:00
parent 4172066ab3
commit 9c8cbe9aea

View File

@ -35,8 +35,10 @@ RIOTBASE ?= $(CURDIR)/../../
# USB device vendor and product ID
# pid.codes test VID/PID, not globally unique
USB_VID ?= ${USB_VID_TESTING}
USB_PID ?= ${USB_PID_TESTING}
# The VID/PID pair allocated for the RIOT bootloader
# as allocated on https://pid.codes/1209/7D02/
USB_VID ?= 1209
USB_PID ?= 7D02
include $(RIOTBASE)/Makefile.include