Skip to content

Commit a2b49be

Browse files
Xelus22tzarc
andcommitted
Update quantum/mcu_selection.mk
Co-authored-by: Nick Brassel <[email protected]>
1 parent 222fbe9 commit a2b49be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

quantum/mcu_selection.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,9 @@ ifneq (,$(filter $(MCU),STM32L433 STM32L443))
468468
# Options to pass to dfu-util when flashing
469469
DFU_ARGS ?= -d 0483:DF11 -a 0 -s 0x08000000:leave
470470
DFU_SUFFIX_ARGS ?= -v 0483 -p DF11
471+
472+
# UF2 settings
473+
UF2_FAMILY ?= STM32L4
471474
endif
472475

473476
ifneq (,$(filter $(MCU),at90usb162 atmega16u2 atmega32u2 atmega16u4 atmega32u4 at90usb646 at90usb647 at90usb1286 at90usb1287))

0 commit comments

Comments
 (0)