Skip to content
Snippets Groups Projects
Unverified Commit 4e96a014 authored by Jason Smith's avatar Jason Smith Committed by GitHub
Browse files

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

parent 8c11ecaf
No related branches found
No related tags found
No related merge requests found
...@@ -624,7 +624,9 @@ src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32> ...@@ -624,7 +624,9 @@ src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
[env:FYSETC_S6] [env:FYSETC_S6]
platform = ststm32 platform = ststm32
board = fysetc_s6 board = fysetc_s6
platform_packages = tool-stm32duino platform_packages =
tool-stm32duino
framework-arduinoststm32@>=3.107,<4
build_flags = ${common.build_flags} build_flags = ${common.build_flags}
-DTARGET_STM32F4 -std=gnu++14 -DTARGET_STM32F4 -std=gnu++14
-DVECT_TAB_OFFSET=0x10000 -DVECT_TAB_OFFSET=0x10000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment