mirror of https://github.com/ARMmbed/mbed-os.git
Atmel SAMG55: Cortex-M4 -> Cortex-M4F
SAMG55 has FPU - change core in targets.json to use it.pull/10387/head
parent
dc1198b5c8
commit
2e33c76d9e
|
@ -6771,7 +6771,7 @@
|
|||
},
|
||||
"SAMG55J19": {
|
||||
"inherits": ["Target"],
|
||||
"core": "Cortex-M4",
|
||||
"core": "Cortex-M4F",
|
||||
"extra_labels": ["Atmel", "SAM_CortexM4", "SAMG55"],
|
||||
"macros": [
|
||||
"__SAMG55J19__",
|
||||
|
|
Loading…
Reference in New Issue