Add platformio support for stm32 (#8246)
[2.0] Add platformio support for stm32
This commit is contained in:
parent
6718579ccf
commit
83555933aa
4 changed files with 79 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue