Skip to content

Commit

Permalink
chore(swan_r5): build with the UF2 bootloader offset by default
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mcgowan committed Feb 1, 2022
1 parent e8de824 commit 6a29300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/stm/boards/swan_r5/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ USB_PRODUCT = "Swan R5"
USB_MANUFACTURER = "Blues Inc."

INTERNAL_FLASH_FILESYSTEM = 1

MCU_SERIES = L4
MCU_VARIANT = STM32L4R5xx
MCU_PACKAGE = WLCSP144
Expand All @@ -14,6 +13,7 @@ LD_DEFAULT = boards/STM32L4R5_default.ld
# UF2 boot option
LD_BOOT = boards/STM32L4R5_boot.ld
UF2_OFFSET = 0x8010000
UF2_BOOTLOADER ?= 1

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

0 comments on commit 6a29300

Please sign in to comment.