update target name, cflags
This commit is contained in:
parent
81a1646ce6
commit
4860a35390
@ -6,11 +6,11 @@
|
|||||||
# - entry_2
|
# - entry_2
|
||||||
|
|
||||||
# The project name
|
# The project name
|
||||||
target: Master_FT24-V1.0
|
target: Master_FT25-V1.0
|
||||||
# Can be C or C++
|
# Can be C or C++
|
||||||
language: C
|
language: C
|
||||||
|
|
||||||
optimization: Og
|
optimization: O2
|
||||||
|
|
||||||
# MCU settings
|
# MCU settings
|
||||||
targetMCU: stm32h7x
|
targetMCU: stm32h7x
|
||||||
@ -44,7 +44,8 @@ cFlags:
|
|||||||
- -Wno-unused-parameter
|
- -Wno-unused-parameter
|
||||||
- -fdata-sections
|
- -fdata-sections
|
||||||
- -ffunction-sections
|
- -ffunction-sections
|
||||||
- -std=gnu2x
|
- -std=gnu23
|
||||||
|
- -flto
|
||||||
|
|
||||||
cxxFlags: []
|
cxxFlags: []
|
||||||
assemblyFlags:
|
assemblyFlags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user