Skip to content

Commit a10e5d1

Browse files
committed
text fixes
1 parent 7085d91 commit a10e5d1

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

ports/stm32f4/boards/feather_stm32f405_express/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ CMSIS_MCU = STM32F405xx
1818
LD_FS = boards/STM32F405_fs.ld # Default to internal FS
1919
LD_BOOT = boards/STM32F405_boot.ld # UF2 boot option
2020
UF2_OFFSET = 0x8010000
21+

ports/stm32f4/boards/meowbit_v121/mpconfigboard.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ MCU_SUB_VARIANT = stm32f401xe
2020
MCU_PACKAGE = 64
2121
CMSIS_MCU = STM32F401xE
2222
LD_FILE = boards/STM32F401_boot.ld
23-
# LD_FILE = boards/STM32F401_fs.ld # use for internal flash
23+
# LD_FILE = boards/STM32F401_fs.ld # use for internal flash
24+

ports/stm32f4/boards/pyb_nano_v2/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ MCU_SUB_VARIANT = stm32f411xe
1515
MCU_PACKAGE = 48
1616
CMSIS_MCU = STM32F411xE
1717
LD_FILE = boards/STM32F411VETx_FLASH.ld
18+

ports/stm32f4/boards/stm32f411ve_discovery/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ MCU_SUB_VARIANT = stm32f411xe
1313
MCU_PACKAGE = 100
1414
CMSIS_MCU = STM32F411xE
1515
LD_FILE = boards/STM32F411VETx_FLASH.ld
16+

0 commit comments

Comments
 (0)