Browse Source

Fix BTT E3 RRF and SKR V2 (Generic PIO) (#21741)

Follow-up to #21655
vanilla_fb_2.0.x
Keith Bennett 3 years ago
committed by Scott Lahteine
parent
commit
d5c6762332
  1. 4
      ini/stm32f4.ini

4
ini/stm32f4.ini

@ -181,7 +181,7 @@ build_flags = ${stm_flash_drive.build_flags}
[env:BIGTREE_E3_RRF]
platform = ${common_stm32.platform}
extends = common_stm32
board = genericSTM32F407VGT6
board = marlin_STM32F407VGT6_CCM
board_build.variant = MARLIN_BIGTREE_E3_RRF
build_flags = ${common_stm32.build_flags}
-DSTM32F407_5VX -DVECT_TAB_OFFSET=0x8000
@ -234,7 +234,7 @@ extra_scripts = ${common.extra_scripts}
platform = ${common_stm32.platform}
platform_packages = ${stm_flash_drive.platform_packages}
extends = common_stm32
board = genericSTM32F407VGT6
board = marlin_STM32F407VGT6_CCM
board_build.core = stm32
board_build.variant = MARLIN_F4x7Vx
board_build.ldscript = ldscript.ld

Loading…
Cancel
Save