From 2e33c76d9efe208d28eb19669589d18aa1bcf303 Mon Sep 17 00:00:00 2001 From: Kevin Bracey Date: Fri, 12 Apr 2019 11:28:20 +0300 Subject: [PATCH] Atmel SAMG55: Cortex-M4 -> Cortex-M4F SAMG55 has FPU - change core in targets.json to use it. --- targets/targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index 790ce905ff..e17877f43b 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -6771,7 +6771,7 @@ }, "SAMG55J19": { "inherits": ["Target"], - "core": "Cortex-M4", + "core": "Cortex-M4F", "extra_labels": ["Atmel", "SAM_CortexM4", "SAMG55"], "macros": [ "__SAMG55J19__",