Add platformio support for stm32 (#8246)

[2.0] Add platformio support for stm32
This commit is contained in:
Alexey Shvetsov
2017-11-07 08:03:59 +03:00
committed by Scott Lahteine
parent 6718579ccf
commit 83555933aa
4 changed files with 79 additions and 1 deletions

View File

@@ -182,3 +182,12 @@ debug_server =
-speed
auto
-noir
[env:STM32F1]
platform = ststm32
framework = arduino
board = genericSTM32F103RE
build_flags = !python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py
lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter}