soc: arm: stm32: select double-precision FP in STM32F769XI
SoC family STM32F769XI supports both double and single precision floating-point unit. This commit enables double-precision by default in this SoC. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
e029d08628
commit
ce4b3728ac
1 changed files with 1 additions and 0 deletions
|
@ -20,5 +20,6 @@ config SOC_STM32F756XX
|
|||
|
||||
config SOC_STM32F769XI
|
||||
bool "STM32F769XI"
|
||||
select CPU_HAS_FPU_DOUBLE_PRECISION
|
||||
|
||||
endchoice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue