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
1 changed files with 4 additions and 3 deletions

View File

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