Skip to content

Commit

Permalink
Update quantum/mcu_selection.mk
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Brassel <[email protected]>
  • Loading branch information
Xelus22 and tzarc committed Apr 26, 2021
1 parent 222fbe9 commit a2b49be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quantum/mcu_selection.mk
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,9 @@ ifneq (,$(filter $(MCU),STM32L433 STM32L443))
# Options to pass to dfu-util when flashing
DFU_ARGS ?= -d 0483:DF11 -a 0 -s 0x08000000:leave
DFU_SUFFIX_ARGS ?= -v 0483 -p DF11

# UF2 settings
UF2_FAMILY ?= STM32L4
endif

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

0 comments on commit a2b49be

Please sign in to comment.