Update platformio.ini

This commit is contained in:
Scott Lahteine 2020-10-18 16:02:52 -05:00 committed by GitHub
parent 653caa1576
commit 4bc5cfd72a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -415,15 +415,6 @@ monitor_flags =
# # # #
################################# #################################
[env:flsun_hispeed]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103VE
extra_scripts = ${common.extra_scripts}
buildroot/share/PlatformIO/scripts/mks_robin_mini.py
build_flags = ${common_stm32f1.build_flags} -DMCU_STM32F103VE
lib_deps = TMCStepper
################################# #################################
# # # #
# AVR Architecture # # AVR Architecture #
@ -985,7 +976,6 @@ extends = env:mks_robin
extra_scripts = ${common.extra_scripts} extra_scripts = ${common.extra_scripts}
buildroot/share/PlatformIO/scripts/mks_robin_pro.py buildroot/share/PlatformIO/scripts/mks_robin_pro.py
# #
# TRIGORILLA PRO (STM32F103ZET6) # TRIGORILLA PRO (STM32F103ZET6)
# #
@ -1034,7 +1024,6 @@ board = genericSTM32F103RC
extra_scripts = ${common.extra_scripts} extra_scripts = ${common.extra_scripts}
buildroot/share/PlatformIO/scripts/mks_robin_lite.py buildroot/share/PlatformIO/scripts/mks_robin_lite.py
# #
# MKS ROBIN LITE3 (STM32F103RCT6) # MKS ROBIN LITE3 (STM32F103RCT6)
# #
@ -1143,6 +1132,18 @@ debug_tool = jlink
upload_protocol = jlink upload_protocol = jlink
monitor_speed = 115200 monitor_speed = 115200
#
# FLSUN QQ (STM32F103VE)
#
[env:flsun_hispeed]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103VE
extra_scripts = ${common.extra_scripts}
buildroot/share/PlatformIO/scripts/mks_robin_mini.py
build_flags = ${common_stm32f1.build_flags} -DMCU_STM32F103VE
lib_deps = TMCStepper
# #
# STM32F401VE # STM32F401VE
# 'STEVAL-3DP001V1' STM32F401VE board - https://www.st.com/en/evaluation-tools/steval-3dp001v1.html # 'STEVAL-3DP001V1' STM32F401VE board - https://www.st.com/en/evaluation-tools/steval-3dp001v1.html