Use ststm32@~12.1

This commit is contained in:
Scott Lahteine 2021-05-01 21:14:58 -05:00
parent 0c66c713b6
commit e69e56ea52

View File

@ -23,7 +23,7 @@
# HAL/STM32 Base Environment values
#
[common_stm32]
platform = ststm32@~12.0
platform = ststm32@~12.1
build_flags = ${common.build_flags}
-std=gnu++14
-DUSBCON -DUSBD_USE_CDC
@ -36,7 +36,7 @@ src_filter = ${common.default_src_filter} +<src/HAL/STM32> +<src/HAL/shared/b
# HAL/STM32F1 Common Environment values
#
[common_stm32f1]
platform = ststm32@~12.0
platform = ststm32@~12.1
board_build.core = maple
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
${common.build_flags}