arm/nrf52: Set CPU_HAS_FPU
Quoting the product specification this device contains an "ARM Cortex-M4 processor with floating-point unit" or, as this would more normally be expressed an ARM Cortex-M4F. Update Kconfig accordingly. Change-Id: I5bd6f17724d0d4aa9aaab9961f12d4e8502c38a5 Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
This commit is contained in:
parent
00d0e4631b
commit
de2be17fee
1 changed files with 1 additions and 0 deletions
|
@ -21,5 +21,6 @@ depends on SOC_SERIES_NRF52X
|
|||
|
||||
config SOC_NRF52832
|
||||
bool "NRF52832"
|
||||
select CPU_HAS_FPU
|
||||
|
||||
endchoice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue