mirror of https://github.com/ARMmbed/mbed-os.git
Toshiba: Cortex-M4 -> Cortex-M4F
Toshiba parts have FPU - change core in targets.json to use it.pull/10384/head
parent
dc1198b5c8
commit
e5bc175f33
|
@ -7912,7 +7912,7 @@
|
||||||
},
|
},
|
||||||
"TMPM46B": {
|
"TMPM46B": {
|
||||||
"inherits": ["Target"],
|
"inherits": ["Target"],
|
||||||
"core": "Cortex-M4",
|
"core": "Cortex-M4F",
|
||||||
"is_disk_virtual": true,
|
"is_disk_virtual": true,
|
||||||
"extra_labels": ["TOSHIBA"],
|
"extra_labels": ["TOSHIBA"],
|
||||||
"macros": ["__TMPM46B__"],
|
"macros": ["__TMPM46B__"],
|
||||||
|
@ -8105,7 +8105,7 @@
|
||||||
},
|
},
|
||||||
"TMPM4G9": {
|
"TMPM4G9": {
|
||||||
"inherits": ["Target"],
|
"inherits": ["Target"],
|
||||||
"core": "Cortex-M4",
|
"core": "Cortex-M4F",
|
||||||
"is_disk_virtual": true,
|
"is_disk_virtual": true,
|
||||||
"extra_labels": ["TOSHIBA"],
|
"extra_labels": ["TOSHIBA"],
|
||||||
"macros": ["__TMPM4G9__"],
|
"macros": ["__TMPM4G9__"],
|
||||||
|
@ -8617,7 +8617,7 @@
|
||||||
},
|
},
|
||||||
"TT_M4G9": {
|
"TT_M4G9": {
|
||||||
"inherits": ["Target"],
|
"inherits": ["Target"],
|
||||||
"core": "Cortex-M4",
|
"core": "Cortex-M4F",
|
||||||
"is_disk_virtual": true,
|
"is_disk_virtual": true,
|
||||||
"extra_labels": ["TT"],
|
"extra_labels": ["TT"],
|
||||||
"macros": ["__TT_M4G9__"],
|
"macros": ["__TT_M4G9__"],
|
||||||
|
|
Loading…
Reference in New Issue