Skip to content

Commit 2e33c76

Browse files
committed
Atmel SAMG55: Cortex-M4 -> Cortex-M4F
SAMG55 has FPU - change core in targets.json to use it.
1 parent dc1198b commit 2e33c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6771,7 +6771,7 @@
67716771
},
67726772
"SAMG55J19": {
67736773
"inherits": ["Target"],
6774-
"core": "Cortex-M4",
6774+
"core": "Cortex-M4F",
67756775
"extra_labels": ["Atmel", "SAM_CortexM4", "SAMG55"],
67766776
"macros": [
67776777
"__SAMG55J19__",

0 commit comments

Comments
 (0)