Allow use of Fysetc SoftwareSerialM (#14893)

This commit is contained in:
Tanguy Pruvot 2019-08-10 08:45:36 +02:00 committed by Scott Lahteine
parent d2d71caa3b
commit 5d2519ed50
3 changed files with 15 additions and 16 deletions

View file

@ -280,11 +280,10 @@ monitor_speed = 250000
platform = ststm32
framework = arduino
board = genericSTM32F103RC
#board_build.core = maple
extra_scripts = buildroot/share/PlatformIO/scripts/fysetc_STM32F1.py
build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
${common.build_flags} -std=gnu++14
-DDEBUG_LEVEL=0
-DDEBUG_LEVEL=0 -DHAVE_SW_SERIAL
build_unflags = -std=gnu++11
lib_deps = ${common.lib_deps}
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip