Skip to content

Commit 6a29300

Browse files
committed
chore(swan_r5): build with the UF2 bootloader offset by default
1 parent e8de824 commit 6a29300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm/boards/swan_r5/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ USB_PRODUCT = "Swan R5"
44
USB_MANUFACTURER = "Blues Inc."
55

66
INTERNAL_FLASH_FILESYSTEM = 1
7-
87
MCU_SERIES = L4
98
MCU_VARIANT = STM32L4R5xx
109
MCU_PACKAGE = WLCSP144
@@ -14,6 +13,7 @@ LD_DEFAULT = boards/STM32L4R5_default.ld
1413
# UF2 boot option
1514
LD_BOOT = boards/STM32L4R5_boot.ld
1615
UF2_OFFSET = 0x8010000
16+
UF2_BOOTLOADER ?= 1
1717

1818
# Turn all of the below off while trying to get the thing to run
1919
# These modules are implemented in ports/<port>/common-hal:

0 commit comments

Comments
 (0)