Merge branch 'bugfix-2.0.x' of https://github.com/Foxies-CSTL/Marlin_2.0.x into bugfix-2.0.x
This commit is contained in:
commit
5a50672f2f
1 changed files with 17 additions and 16 deletions
|
|
@ -415,20 +415,6 @@ monitor_flags =
|
||||||
# #
|
# #
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
[env:flsun_hispeed]
|
|
||||||
platform = ${common_stm32f1.platform}
|
|
||||||
extends = common_stm32f1
|
|
||||||
board = genericSTM32F103VE
|
|
||||||
platform_packages = tool-stm32duino
|
|
||||||
extra_scripts = ${common.extra_scripts}
|
|
||||||
buildroot/share/PlatformIO/scripts/mks_robin_mini.py
|
|
||||||
buildroot/share/PlatformIO/scripts/add_nanolib.py
|
|
||||||
build_flags = ${common_stm32f1.build_flags}
|
|
||||||
-DMCU_STM32F103VE -DSS_TIMER=4
|
|
||||||
lib_deps = ${common.lib_deps}
|
|
||||||
SoftwareSerialM
|
|
||||||
#Adafruit NeoPixel=https://github.com/Foxies-CSTL/MKS-Robin-Nano-NeoPixel-Lib/archive/master.zip
|
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# #
|
# #
|
||||||
# AVR Architecture #
|
# AVR Architecture #
|
||||||
|
|
@ -990,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)
|
||||||
#
|
#
|
||||||
|
|
@ -1039,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)
|
||||||
#
|
#
|
||||||
|
|
@ -1148,6 +1132,23 @@ 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
|
||||||
|
platform_packages = tool-stm32duino
|
||||||
|
extra_scripts = ${common.extra_scripts}
|
||||||
|
buildroot/share/PlatformIO/scripts/mks_robin_mini.py
|
||||||
|
buildroot/share/PlatformIO/scripts/add_nanolib.py
|
||||||
|
build_flags = ${common_stm32f1.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4
|
||||||
|
lib_deps =
|
||||||
|
SoftwareSerialM
|
||||||
|
#Adafruit NeoPixel=https://github.com/Foxies-CSTL/MKS-Robin-Nano-NeoPixel-Lib/archive/master.zip
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue