Browse Source

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

Follow-up to #21655
Keith Bennett 4 years ago
parent
commit
f58b923fd4
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      ini/stm32f4.ini

+ 2
- 2
ini/stm32f4.ini View File

181
 [env:BIGTREE_E3_RRF]
181
 [env:BIGTREE_E3_RRF]
182
 platform            = ${common_stm32.platform}
182
 platform            = ${common_stm32.platform}
183
 extends             = common_stm32
183
 extends             = common_stm32
184
-board               = genericSTM32F407VGT6
184
+board               = marlin_STM32F407VGT6_CCM
185
 board_build.variant = MARLIN_BIGTREE_E3_RRF
185
 board_build.variant = MARLIN_BIGTREE_E3_RRF
186
 build_flags         = ${common_stm32.build_flags}
186
 build_flags         = ${common_stm32.build_flags}
187
   -DSTM32F407_5VX -DVECT_TAB_OFFSET=0x8000
187
   -DSTM32F407_5VX -DVECT_TAB_OFFSET=0x8000
234
 platform             = ${common_stm32.platform}
234
 platform             = ${common_stm32.platform}
235
 platform_packages    = ${stm_flash_drive.platform_packages}
235
 platform_packages    = ${stm_flash_drive.platform_packages}
236
 extends              = common_stm32
236
 extends              = common_stm32
237
-board                = genericSTM32F407VGT6
237
+board                = marlin_STM32F407VGT6_CCM
238
 board_build.core     = stm32
238
 board_build.core     = stm32
239
 board_build.variant  = MARLIN_F4x7Vx
239
 board_build.variant  = MARLIN_F4x7Vx
240
 board_build.ldscript = ldscript.ld
240
 board_build.ldscript = ldscript.ld

Loading…
Cancel
Save