Update platform ststm32 to 11.0 (#20928)

This commit is contained in:
jbuck2005 2021-02-15 07:03:44 -05:00 committed by Scott Lahteine
parent c759b2d2a6
commit 3ca2195ed0

View File

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