text fixes

This commit is contained in:
Lucian Copeland 2020-01-31 13:17:43 -05:00
parent 7085d91278
commit a10e5d1da2
4 changed files with 5 additions and 1 deletions

View File

@ -18,3 +18,4 @@ CMSIS_MCU = STM32F405xx
LD_FS = boards/STM32F405_fs.ld # Default to internal FS LD_FS = boards/STM32F405_fs.ld # Default to internal FS
LD_BOOT = boards/STM32F405_boot.ld # UF2 boot option LD_BOOT = boards/STM32F405_boot.ld # UF2 boot option
UF2_OFFSET = 0x8010000 UF2_OFFSET = 0x8010000

View File

@ -20,4 +20,5 @@ MCU_SUB_VARIANT = stm32f401xe
MCU_PACKAGE = 64 MCU_PACKAGE = 64
CMSIS_MCU = STM32F401xE CMSIS_MCU = STM32F401xE
LD_FILE = boards/STM32F401_boot.ld LD_FILE = boards/STM32F401_boot.ld
# LD_FILE = boards/STM32F401_fs.ld # use for internal flash # LD_FILE = boards/STM32F401_fs.ld # use for internal flash

View File

@ -15,3 +15,4 @@ MCU_SUB_VARIANT = stm32f411xe
MCU_PACKAGE = 48 MCU_PACKAGE = 48
CMSIS_MCU = STM32F411xE CMSIS_MCU = STM32F411xE
LD_FILE = boards/STM32F411VETx_FLASH.ld LD_FILE = boards/STM32F411VETx_FLASH.ld

View File

@ -13,3 +13,4 @@ MCU_SUB_VARIANT = stm32f411xe
MCU_PACKAGE = 100 MCU_PACKAGE = 100
CMSIS_MCU = STM32F411xE CMSIS_MCU = STM32F411xE
LD_FILE = boards/STM32F411VETx_FLASH.ld LD_FILE = boards/STM32F411VETx_FLASH.ld