update build config

This commit is contained in:
Kilian Bracher 2024-05-02 19:50:01 +02:00
parent faa1abb1e7
commit 6fe46bc756
Signed by: k.bracher
SSH Key Fingerprint: SHA256:mXpyZkK7RDiJ7qeHCKJX108woM0cl5TrCvNBJASu6lM
1 changed files with 2 additions and 3 deletions

View File

@ -14,8 +14,8 @@ optimization: Og
# MCU settings
targetMCU: stm32h7x
cpu: cortex-m4 # type of cpu e.g. cortex-m4
fpu: fpv4-sp-d16 # Defines how floating points are defined. Can be left empty.
cpu: cortex-m7 # type of cpu e.g. cortex-m4
fpu: fpv5-d16 # Defines how floating points are defined. Can be left empty.
floatAbi: -mfloat-abi=hard
ldscript: STM32H7A3RITx_FLASH.ld # linker script
@ -24,7 +24,6 @@ cDefinitions:
- STM32H7
- STM32H7A3xx
- USE_HAL_DRIVER
- STM32H7
- FTCAN_NUM_FILTERS=20
cxxDefinitions: []