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

Loading…
Cancel
Save