Browse Source

ST STM32 platform version 12 (#21219)

ldursw 3 years ago
parent
commit
dfacd260bb
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      platformio.ini

+ 2
- 2
platformio.ini View File

734
 # HAL/STM32 Base Environment values
734
 # HAL/STM32 Base Environment values
735
 #
735
 #
736
 [common_stm32]
736
 [common_stm32]
737
-platform      = ststm32@~11.0
737
+platform      = ststm32@~12.0
738
 build_flags   = ${common.build_flags}
738
 build_flags   = ${common.build_flags}
739
   -std=gnu++14
739
   -std=gnu++14
740
   -DUSBCON -DUSBD_USE_CDC
740
   -DUSBCON -DUSBD_USE_CDC
747
 # HAL/STM32F1 Common Environment values
747
 # HAL/STM32F1 Common Environment values
748
 #
748
 #
749
 [common_stm32f1]
749
 [common_stm32f1]
750
-platform          = ststm32@~11.0
750
+platform          = ststm32@~12.0
751
 board_build.core  = maple
751
 board_build.core  = maple
752
 build_flags       = !python Marlin/src/HAL/STM32F1/build_flags.py
752
 build_flags       = !python Marlin/src/HAL/STM32F1/build_flags.py
753
   ${common.build_flags}
753
   ${common.build_flags}

Loading…
Cancel
Save