File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -483,13 +483,14 @@ lib_ignore = Adafruit NeoPixel, SPI
483
483
[env:mks_robin_nano]
484
484
platform = ststm32
485
485
board = genericSTM32F103VE
486
+ platform_packages = tool-stm32duino
486
487
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
487
- ${common.build_flags} -std =gnu++14 -DHAVE_SW_SERIAL
488
+ ${common.build_flags} -std =gnu++14 -DHAVE_SW_SERIAL - DSS_TIMER =4
488
489
build_unflags = -std =gnu++11
489
490
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano.py
490
491
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
491
492
lib_deps =
492
- TMCStepper =https://github.com/bigtreetech/TMCStepper
493
+ SoftwareSerialM =https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
493
494
lib_ignore = Adafruit NeoPixel, SPI
494
495
495
496
#
You can’t perform that action at this time.
0 commit comments