Browse Source

Use arduinoststm32 3.x for FYSETC S6 (#17131)

Jason Smith 4 years ago
parent
commit
4e96a014a8
No account linked to committer's email address
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      platformio.ini

+ 3
- 1
platformio.ini View File

@@ -624,7 +624,9 @@ src_filter        = ${common.default_src_filter} +<src/HAL/HAL_STM32>
624 624
 [env:FYSETC_S6]
625 625
 platform          = ststm32
626 626
 board             = fysetc_s6
627
-platform_packages = tool-stm32duino
627
+platform_packages =
628
+   tool-stm32duino
629
+   framework-arduinoststm32@>=3.107,<4
628 630
 build_flags       = ${common.build_flags}
629 631
   -DTARGET_STM32F4 -std=gnu++14
630 632
   -DVECT_TAB_OFFSET=0x10000

Loading…
Cancel
Save