Skip to content

Commit

Permalink
makefiles/boot/riotboot-dfu-util: add tinyusb_dfu support
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Dec 6, 2022
1 parent a958248 commit b638ae1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions makefiles/boot/riotboot_dfu-util.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ifneq (,$(filter usbus_dfu,$(USEMODULE)))
ifeq (,$(filter riotboot_usb_dfu,$(USEMODULE)))
# If module usbus_dfu is used but not module riotboot_usb_dfu, the
ifneq (,$(filter usbus_dfu tinyusb_dfu,$(USEMODULE)))
ifeq (,$(filter riotboot_usb_dfu riotboot_tinyusb_dfu,$(USEMODULE)))
# If module usbus_dfu or module tinyusb_dfu is used but neither
# module riotboot_usb_dfu nor module riotboot_tinyusb_dfu, the
# application uses DFU Runtime and dfu-util as programmer to flash the
# application with the bootloader riotboot_dfu which uses the VID/PID pair
# allocated for the RIOT bootloader https://pid.codes/1209/7D02/
Expand Down

0 comments on commit b638ae1

Please sign in to comment.