Skip to content

Commit

Permalink
Update BL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jpe230 authored and dexter93 committed Oct 12, 2022
1 parent 4f4408a commit 420b913
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platforms/chibios/bootloader.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
# wb32-dfu WB32 USB DFU in ROM
# tinyuf2 TinyUF2
# rp2040 Raspberry Pi RP2040
# sn32-dfu SN32 USB DFU in ROM
# Current options for RISC-V:
# gd32v-dfu GD32V USB DFU in ROM
#
Expand Down Expand Up @@ -112,6 +113,10 @@ ifeq ($(strip $(BOOTLOADER)), wb32-dfu)
OPT_DEFS += -DBOOTLOADER_WB32_DFU
BOOTLOADER_TYPE = wb32_dfu
endif
ifeq ($(strip $(BOOTLOADER)), sn32-dfu)
OPT_DEFS += -DBOOTLOADER_SN32_DFU
BOOTLOADER_TYPE = sn32_dfu
endif

ifeq ($(strip $(BOOTLOADER_TYPE)),)
ifneq ($(strip $(BOOTLOADER)),)
Expand Down

0 comments on commit 420b913

Please sign in to comment.