Atmel SAMG55: Cortex-M4 -> Cortex-M4F

SAMG55 has FPU - change core in targets.json to use it.
pull/10387/head
Kevin Bracey 2019-04-12 11:28:20 +03:00
parent dc1198b5c8
commit 2e33c76d9e
1 changed files with 1 additions and 1 deletions

View File

@ -6771,7 +6771,7 @@
}, },
"SAMG55J19": { "SAMG55J19": {
"inherits": ["Target"], "inherits": ["Target"],
"core": "Cortex-M4", "core": "Cortex-M4F",
"extra_labels": ["Atmel", "SAM_CortexM4", "SAMG55"], "extra_labels": ["Atmel", "SAM_CortexM4", "SAMG55"],
"macros": [ "macros": [
"__SAMG55J19__", "__SAMG55J19__",