update build config
This commit is contained in:
parent
faa1abb1e7
commit
6fe46bc756
|
@ -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: []
|
||||
|
|
Loading…
Reference in New Issue