@ -74,7 +74,7 @@ upload_protocol = dfu
|
||||
#
|
||||
# FYSETC STM32F103RC
|
||||
#
|
||||
[env:STM32F103RC_fysetc]
|
||||
[env:STM32F103RC_fysetc_maple]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = common_STM32F103RC_maple
|
||||
extra_scripts = ${common_stm32f1.extra_scripts}
|
||||
@ -173,7 +173,7 @@ upload_protocol = serial
|
||||
#
|
||||
# Longer 3D board in Alfawise U20 (STM32F103VET6)
|
||||
#
|
||||
[env:STM32F103VE_longer]
|
||||
[env:STM32F103VE_longer_maple]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = common_stm32f1
|
||||
board = genericSTM32F103VE
|
||||
@ -190,7 +190,7 @@ build_unflags = ${common_stm32f1.build_unflags}
|
||||
#
|
||||
# MKS Robin Mini (STM32F103VET6)
|
||||
#
|
||||
[env:mks_robin_mini]
|
||||
[env:mks_robin_mini_maple]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = common_stm32f1
|
||||
board = genericSTM32F103VE
|
||||
@ -228,7 +228,7 @@ build_flags = ${common_stm32f1.build_flags}
|
||||
#
|
||||
# MKS Robin Pro (STM32F103ZET6)
|
||||
#
|
||||
[env:mks_robin_pro]
|
||||
[env:mks_robin_pro_maple]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:mks_robin_maple
|
||||
extra_scripts = ${common_stm32f1.extra_scripts}
|
||||
@ -237,7 +237,7 @@ extra_scripts = ${common_stm32f1.extra_scripts}
|
||||
#
|
||||
# TRIGORILLA PRO (STM32F103ZET6)
|
||||
#
|
||||
[env:trigorilla_pro]
|
||||
[env:trigorilla_pro_maple]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:mks_robin_maple
|
||||
extra_scripts = ${common_stm32f1.extra_scripts}
|
||||
@ -259,7 +259,7 @@ build_flags = ${common_stm32f1.build_flags}
|
||||
# MKS Robin E3p (STM32F103VET6)
|
||||
# - LVGL UI
|
||||
#
|
||||
[env:mks_robin_e3p]
|
||||
[env:mks_robin_e3p_maple]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = common_stm32f1
|
||||
board = genericSTM32F103VE
|
||||
@ -273,7 +273,7 @@ upload_protocol = jlink
|
||||
#
|
||||
# MKS Robin Lite/Lite2 (STM32F103RCT6)
|
||||
#
|
||||
[env:mks_robin_lite]
|
||||
[env:mks_robin_lite_maple]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = common_stm32f1
|
||||
board = genericSTM32F103RC
|
||||
@ -283,7 +283,7 @@ extra_scripts = ${common_stm32f1.extra_scripts}
|
||||
#
|
||||
# MKS ROBIN LITE3 (STM32F103RCT6)
|
||||
#
|
||||
[env:mks_robin_lite3]
|
||||
[env:mks_robin_lite3_maple]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = common_stm32f1
|
||||
board = genericSTM32F103RC
|
||||
@ -293,7 +293,7 @@ extra_scripts = ${common_stm32f1.extra_scripts}
|
||||
#
|
||||
# JGAurora A5S A1 (STM32F103ZET6)
|
||||
#
|
||||
[env:jgaurora_a5s_a1]
|
||||
[env:jgaurora_a5s_a1_maple]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = common_stm32f1
|
||||
board = genericSTM32F103ZE
|
||||
@ -321,7 +321,7 @@ lib_ignore = ${common_stm32f1.lib_ignore}
|
||||
#
|
||||
# Chitu boards like Tronxy X5s (STM32F103ZET6)
|
||||
#
|
||||
[env:chitu_f103]
|
||||
[env:chitu_f103_maple]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = common_stm32f1
|
||||
board = marlin_CHITU_F103
|
||||
@ -338,10 +338,10 @@ build_unflags = ${common_stm32f1.build_unflags}
|
||||
# Some Chitu V5 boards have a problem with GPIO init.
|
||||
# Use this target if G28 or G29 are always failing.
|
||||
#
|
||||
[env:chitu_v5_gpio_init]
|
||||
[env:chitu_v5_gpio_init_maple]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:chitu_f103
|
||||
build_flags = ${env:chitu_f103.build_flags} -DCHITU_V5_Z_MIN_BUGFIX
|
||||
extends = env:chitu_f103_maple
|
||||
build_flags = ${env:chitu_f103_maple.build_flags} -DCHITU_V5_Z_MIN_BUGFIX
|
||||
|
||||
#
|
||||
# FLYmaker FLY Mini (STM32F103RCT6)
|
||||
|
Reference in New Issue
Block a user