MKS Robin Lite/Lite2 Board Support (#14729)

This commit is contained in:
thisiskeithb 2019-07-27 02:43:37 -07:00 committed by Scott Lahteine
parent 7084f3647a
commit d74efd9d46
6 changed files with 218 additions and 7 deletions

View file

@ -412,6 +412,27 @@ lib_ignore = c1921b4
TMC26XStepper
U8glib-HAL
#
# MKS ROBIN LITE/LITE2 (STM32F103RCT6)
#
[env:mks_robin_lite]
platform = ststm32
framework = arduino
board = genericSTM32F103RC
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_lite.py
build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
${common.build_flags} -std=gnu++14
build_unflags = -std=gnu++11
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
lib_deps = ${common.lib_deps}
lib_ignore = c1921b4
libf3c
lib066
Adafruit NeoPixel_ID28
Adafruit NeoPixel
libf3e
TMC26XStepper
#
# MKS Robin Mini (STM32F103VET6)
#