Skip to content
Snippets Groups Projects
Commit 2ef6b86c authored by Artur Petrzak's avatar Artur Petrzak Committed by Scott Lahteine
Browse files

Enable use of latest TMCStepper on MKS Robin Nano (#16652)

parent 342f65eb
No related branches found
No related tags found
No related merge requests found
......@@ -483,11 +483,14 @@ lib_ignore = Adafruit NeoPixel, SPI
[env:mks_robin_nano]
platform = ststm32
board = genericSTM32F103VE
platform_packages = tool-stm32duino
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
${common.build_flags} -std=gnu++14
${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
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_deps =
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
lib_ignore = Adafruit NeoPixel, SPI
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment