From 653caa157608a0edd5a3f780600d143824c2d48e Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 18 Oct 2020 16:00:29 -0500 Subject: [PATCH 1/2] Update platformio.ini --- platformio.ini | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/platformio.ini b/platformio.ini index 048f98e4a5..33ad0290f0 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,7 +18,7 @@ [platformio] src_dir = Marlin boards_dir = buildroot/share/PlatformIO/boards -default_envs = flsun_hispeed +default_envs = mega2560 include_dir = Marlin # @@ -421,11 +421,9 @@ 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 - +build_flags = ${common_stm32f1.build_flags} -DMCU_STM32F103VE +lib_deps = TMCStepper + ################################# # # # AVR Architecture # From 4bc5cfd72aa012af007e5385541e8192272f12e4 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 18 Oct 2020 16:02:52 -0500 Subject: [PATCH 2/2] Update platformio.ini --- platformio.ini | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/platformio.ini b/platformio.ini index 33ad0290f0..71aee71d52 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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 # @@ -985,7 +976,6 @@ extends = env:mks_robin extra_scripts = ${common.extra_scripts} buildroot/share/PlatformIO/scripts/mks_robin_pro.py - # # TRIGORILLA PRO (STM32F103ZET6) # @@ -1034,7 +1024,6 @@ board = genericSTM32F103RC extra_scripts = ${common.extra_scripts} buildroot/share/PlatformIO/scripts/mks_robin_lite.py - # # MKS ROBIN LITE3 (STM32F103RCT6) # @@ -1143,6 +1132,18 @@ debug_tool = jlink upload_protocol = jlink 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 # 'STEVAL-3DP001V1' STM32F401VE board - https://www.st.com/en/evaluation-tools/steval-3dp001v1.html