1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #15893 from benpicco/cpu/kinetis-float

cpu/kinetis: enable floating point support
This commit is contained in:
Leandro Lanzieri 2021-02-01 15:48:35 +01:00 committed by GitHub
commit fcafb89671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View File

@ -44,8 +44,7 @@ config CPU_MODEL_MK20DX256VLH7
config CPU_MODEL_MK22FN512VLH12
bool
# This is actually M4F; TODO: Add floating point support
select CPU_CORE_CORTEX_M4
select CPU_CORE_CORTEX_M4F
select CPU_FAM_K
select HAS_PERIPH_HWRNG
@ -77,8 +76,7 @@ config CPU_MODEL_MK60DN512VLL10
config CPU_MODEL_MK64FN1M0VLL12
bool
# This is actually M4F; TODO: Add floating point support
select CPU_CORE_CORTEX_M4
select CPU_CORE_CORTEX_M4F
select CPU_FAM_K
select HAS_PERIPH_HWRNG

View File

@ -37,8 +37,7 @@ else ifeq ($(KINETIS_CORE), D)
CPU_CORE = cortex-m4
else ifeq ($(KINETIS_CORE), F)
# Cortex-M4F or Cortex-M7
# TODO: Add floating point support
CPU_CORE = cortex-m4
CPU_CORE = cortex-m4f
endif
# For the rest of the build system we expose the series as family