Fix STM32 compilation with PlatformIO (#10245)

This commit is contained in:
Alexey Shvetsov
2018-03-29 01:35:20 +03:00
committed by Scott Lahteine
parent 9d2ea5d64b
commit cbdc78ec0f
3 changed files with 12 additions and 3 deletions

View File

@@ -235,6 +235,15 @@ board = genericSTM32F103RE
build_flags = !python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py
${common.build_flags}
lib_deps = ${common.lib_deps}
lib_ignore = U8glib-HAL
c1921b4
libf3c
lib066
Adafruit NeoPixel_ID28
Adafruit NeoPixel
libf3e
TMC26XStepper
lib_ldf_mode = 1
src_filter = ${common.default_src_filter}
monitor_baud = 250000