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