Fix pyboard

This commit is contained in:
Lucian Copeland 2020-01-31 14:35:54 -05:00
parent a10e5d1da2
commit 41aefc819b
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ MCU_SUB_VARIANT = stm32f405xx
MCU_PACKAGE = 64
CMSIS_MCU = STM32F405xx
LD_FS = boards/STM32F405_fs.ld # Default to internal FS
# Default includes filesystem, but uses external flash
LD_FS = boards/STM32F405_fs.ld
LD_BOOT = boards/STM32F405_boot.ld # UF2 boot option
UF2_OFFSET = 0x8010000

View File

@ -12,5 +12,5 @@ MCU_VARIANT = stm32f4
MCU_SUB_VARIANT = stm32f405xx
MCU_PACKAGE = 64
CMSIS_MCU = STM32F405xx
LD_FILE = boards/STM32F405.ld
LD_FILE = boards/STM32F405_fs.ld