Skip to content

Commit 41aefc8

Browse files
committed
Fix pyboard
1 parent a10e5d1 commit 41aefc8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ports/stm32f4/boards/feather_stm32f405_express/mpconfigboard.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ MCU_SUB_VARIANT = stm32f405xx
1515
MCU_PACKAGE = 64
1616
CMSIS_MCU = STM32F405xx
1717

18-
LD_FS = boards/STM32F405_fs.ld # Default to internal FS
18+
# Default includes filesystem, but uses external flash
19+
LD_FS = boards/STM32F405_fs.ld
1920
LD_BOOT = boards/STM32F405_boot.ld # UF2 boot option
2021
UF2_OFFSET = 0x8010000
2122

ports/stm32f4/boards/pyboard_v11/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ MCU_VARIANT = stm32f4
1212
MCU_SUB_VARIANT = stm32f405xx
1313
MCU_PACKAGE = 64
1414
CMSIS_MCU = STM32F405xx
15-
LD_FILE = boards/STM32F405.ld
15+
LD_FILE = boards/STM32F405_fs.ld
1616

0 commit comments

Comments
 (0)