Browse Source

Update platform ststm32 to 11.0 (#20928)

jbuck2005 3 years ago
parent
commit
31a434b9d7
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

738
 # HAL/STM32 Base Environment values
738
 # HAL/STM32 Base Environment values
739
 #
739
 #
740
 [common_stm32]
740
 [common_stm32]
741
-platform      = ststm32@~10.0
741
+platform      = ststm32@~11.0
742
 build_flags   = ${common.build_flags}
742
 build_flags   = ${common.build_flags}
743
   -std=gnu++14
743
   -std=gnu++14
744
   -DUSBCON -DUSBD_USE_CDC
744
   -DUSBCON -DUSBD_USE_CDC
751
 # HAL/STM32F1 Common Environment values
751
 # HAL/STM32F1 Common Environment values
752
 #
752
 #
753
 [common_stm32f1]
753
 [common_stm32f1]
754
-platform          = ststm32@~10.0
754
+platform          = ststm32@~11.0
755
 board_build.core  = maple
755
 board_build.core  = maple
756
 build_flags       = !python Marlin/src/HAL/STM32F1/build_flags.py
756
 build_flags       = !python Marlin/src/HAL/STM32F1/build_flags.py
757
   ${common.build_flags}
757
   ${common.build_flags}

Loading…
Cancel
Save