|
@ -435,6 +435,19 @@ build_flags = ${common.build_flags} |
|
|
lib_ignore = Adafruit NeoPixel, SoftwareSerial |
|
|
lib_ignore = Adafruit NeoPixel, SoftwareSerial |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32> |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32> |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
|
|
|
# Geeetech GTM32 (STM32F103VET6) |
|
|
|
|
|
# |
|
|
|
|
|
[env:STM32F103VE_GTM32] |
|
|
|
|
|
platform = ststm32 |
|
|
|
|
|
board = genericSTM32F103VE |
|
|
|
|
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py |
|
|
|
|
|
${common.build_flags} -std=gnu++14 |
|
|
|
|
|
build_unflags = -std=gnu++11 |
|
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> |
|
|
|
|
|
lib_ignore = Adafruit NeoPixel, LiquidTWI2, SPI |
|
|
|
|
|
upload_protocol = serial |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# Longer 3D board in Alfawise U20 (STM32F103VET6) |
|
|
# Longer 3D board in Alfawise U20 (STM32F103VET6) |
|
|
# |
|
|
# |
|
@ -449,6 +462,32 @@ extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103VE_longer.py |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> |
|
|
lib_ignore = Adafruit NeoPixel, LiquidTWI2, SPI |
|
|
lib_ignore = Adafruit NeoPixel, LiquidTWI2, SPI |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
|
|
|
# MKS Robin Mini (STM32F103VET6) |
|
|
|
|
|
# |
|
|
|
|
|
[env:mks_robin_mini] |
|
|
|
|
|
platform = ststm32 |
|
|
|
|
|
board = genericSTM32F103VE |
|
|
|
|
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py |
|
|
|
|
|
${common.build_flags} -std=gnu++14 |
|
|
|
|
|
build_unflags = -std=gnu++11 |
|
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_mini.py |
|
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> |
|
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
|
|
|
# MKS Robin Nano (STM32F103VET6) |
|
|
|
|
|
# |
|
|
|
|
|
[env:mks_robin_nano] |
|
|
|
|
|
platform = ststm32 |
|
|
|
|
|
board = genericSTM32F103VE |
|
|
|
|
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py |
|
|
|
|
|
${common.build_flags} -std=gnu++14 |
|
|
|
|
|
build_unflags = -std=gnu++11 |
|
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano.py |
|
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> |
|
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# MKS Robin (STM32F103ZET6) |
|
|
# MKS Robin (STM32F103ZET6) |
|
|
# |
|
|
# |
|
@ -462,7 +501,6 @@ extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> |
|
|
lib_ignore = Adafruit NeoPixel, SPI |
|
|
lib_ignore = Adafruit NeoPixel, SPI |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# MKS Robin Pro (STM32F103ZET6) |
|
|
# MKS Robin Pro (STM32F103ZET6) |
|
|
# |
|
|
# |
|
@ -504,33 +542,6 @@ src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = Adafruit NeoPixel, SPI |
|
|
lib_ignore = Adafruit NeoPixel, SPI |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
|
|
|
# MKS Robin Mini (STM32F103VET6) |
|
|
|
|
|
# |
|
|
|
|
|
[env:mks_robin_mini] |
|
|
|
|
|
platform = ststm32 |
|
|
|
|
|
board = genericSTM32F103VE |
|
|
|
|
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py |
|
|
|
|
|
${common.build_flags} -std=gnu++14 |
|
|
|
|
|
build_unflags = -std=gnu++11 |
|
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_mini.py |
|
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> |
|
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
|
|
|
# MKS Robin Nano (STM32F103VET6) |
|
|
|
|
|
# |
|
|
|
|
|
[env:mks_robin_nano] |
|
|
|
|
|
platform = ststm32 |
|
|
|
|
|
board = genericSTM32F103VE |
|
|
|
|
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py |
|
|
|
|
|
${common.build_flags} -std=gnu++14 |
|
|
|
|
|
build_unflags = -std=gnu++11 |
|
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano.py |
|
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> |
|
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# JGAurora A5S A1 (STM32F103ZET6) |
|
|
# JGAurora A5S A1 (STM32F103ZET6) |
|
|
# |
|
|
# |
|
|