We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8de824 commit 6a29300Copy full SHA for 6a29300
ports/stm/boards/swan_r5/mpconfigboard.mk
@@ -4,7 +4,6 @@ USB_PRODUCT = "Swan R5"
4
USB_MANUFACTURER = "Blues Inc."
5
6
INTERNAL_FLASH_FILESYSTEM = 1
7
-
8
MCU_SERIES = L4
9
MCU_VARIANT = STM32L4R5xx
10
MCU_PACKAGE = WLCSP144
@@ -14,6 +13,7 @@ LD_DEFAULT = boards/STM32L4R5_default.ld
14
13
# UF2 boot option
15
LD_BOOT = boards/STM32L4R5_boot.ld
16
UF2_OFFSET = 0x8010000
+UF2_BOOTLOADER ?= 1
17
18
# Turn all of the below off while trying to get the thing to run
19
# These modules are implemented in ports/<port>/common-hal:
0 commit comments