Skip to content

Commit

Permalink
Tweaked to allow use of latest TMC lib
Browse files Browse the repository at this point in the history
  • Loading branch information
petrzmax committed Jan 22, 2020
1 parent f8f4be8 commit aa1179c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -483,13 +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 -DHAVE_SW_SERIAL
${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 =
TMCStepper=https://github.com/bigtreetech/TMCStepper
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
lib_ignore = Adafruit NeoPixel, SPI

#
Expand Down

0 comments on commit aa1179c

Please sign in to comment.