|
@@ -558,11 +558,12 @@ platform = ststm32
|
558
|
558
|
board = genericSTM32F103ZE
|
559
|
559
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_pro.py
|
560
|
560
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
561
|
|
- ${common.build_flags} -std=gnu++14 -DSTM32_XL_DENSITY
|
|
561
|
+ ${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DSTM32_XL_DENSITY
|
562
|
562
|
build_unflags = -std=gnu++11
|
563
|
563
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
564
|
564
|
lib_deps = ${common.lib_deps}
|
565
|
|
-lib_ignore = Adafruit NeoPixel, SPI, TMCStepper
|
|
565
|
+ SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
566
|
+lib_ignore = Adafruit NeoPixel, SPI
|
566
|
567
|
|
567
|
568
|
#
|
568
|
569
|
# MKS Robin E3D (STM32F103RCT6) and
|