Skip to content

Commit

Permalink
Use arduinoststm32 3.x for FYSETC S6 (#17131)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjasonsmith authored Mar 13, 2020
1 parent 8c11eca commit 4e96a01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,9 @@ src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
[env:FYSETC_S6]
platform = ststm32
board = fysetc_s6
platform_packages = tool-stm32duino
platform_packages =
tool-stm32duino
framework-arduinoststm32@>=3.107,<4
build_flags = ${common.build_flags}
-DTARGET_STM32F4 -std=gnu++14
-DVECT_TAB_OFFSET=0x10000
Expand Down

0 comments on commit 4e96a01

Please sign in to comment.