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:
Daniel Thompson 2016-09-16 12:33:24 +01:00
commit de2be17fee

View file

@ -21,5 +21,6 @@ depends on SOC_SERIES_NRF52X
config SOC_NRF52832
bool "NRF52832"
select CPU_HAS_FPU
endchoice