update target name, cflags

This commit is contained in:
Kilian Bracher 2025-02-03 19:44:21 +01:00
parent 81a1646ce6
commit 4860a35390
Signed by: k.bracher
SSH Key Fingerprint: SHA256:mXpyZkK7RDiJ7qeHCKJX108woM0cl5TrCvNBJASu6lM

View File

@ -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: