Skip to content

Commit e5bc175

Browse files
committed
Toshiba: Cortex-M4 -> Cortex-M4F
Toshiba parts have FPU - change core in targets.json to use it.
1 parent dc1198b commit e5bc175

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

targets/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7912,7 +7912,7 @@
79127912
},
79137913
"TMPM46B": {
79147914
"inherits": ["Target"],
7915-
"core": "Cortex-M4",
7915+
"core": "Cortex-M4F",
79167916
"is_disk_virtual": true,
79177917
"extra_labels": ["TOSHIBA"],
79187918
"macros": ["__TMPM46B__"],
@@ -8105,7 +8105,7 @@
81058105
},
81068106
"TMPM4G9": {
81078107
"inherits": ["Target"],
8108-
"core": "Cortex-M4",
8108+
"core": "Cortex-M4F",
81098109
"is_disk_virtual": true,
81108110
"extra_labels": ["TOSHIBA"],
81118111
"macros": ["__TMPM4G9__"],
@@ -8617,7 +8617,7 @@
86178617
},
86188618
"TT_M4G9": {
86198619
"inherits": ["Target"],
8620-
"core": "Cortex-M4",
8620+
"core": "Cortex-M4F",
86218621
"is_disk_virtual": true,
86228622
"extra_labels": ["TT"],
86238623
"macros": ["__TT_M4G9__"],

0 commit comments

Comments
 (0)