Browse Source

🔨 Consolidate BTT linker scripts followup (#22038)

vanilla_fb_2.0.x
Keith Bennett 3 years ago
committed by Scott Lahteine
parent
commit
f3697e5e02
  1. 2
      ini/stm32f1-maple.ini

2
ini/stm32f1-maple.ini

@ -119,7 +119,7 @@ lib_deps = ${env:STM32F103RC_btt_maple.lib_deps}
[env:STM32F103RC_btt_512K_maple]
platform = ${common_stm32f1.platform}
extends = env:STM32F103RC_btt_maple
board_build.ldscript = STM32F103RC_SKR_MINI_512K.ld
board_build.ldscript = STM32F103RE_SKR_MINI_512K.ld
board_upload.maximum_size = 524288
build_flags = ${env:STM32F103RC_btt_maple.build_flags} -DSTM32_FLASH_SIZE=512

Loading…
Cancel
Save