Skip to content

Commit d539022

Browse files
authored
Merge pull request #10384 from kjbracey-arm/add_fpu_toshiba
Toshiba: Cortex-M4 -> Cortex-M4F
2 parents 237bf04 + e5bc175 commit d539022

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
@@ -7916,7 +7916,7 @@
79167916
},
79177917
"TMPM46B": {
79187918
"inherits": ["Target"],
7919-
"core": "Cortex-M4",
7919+
"core": "Cortex-M4F",
79207920
"is_disk_virtual": true,
79217921
"extra_labels": ["TOSHIBA"],
79227922
"macros": ["__TMPM46B__"],
@@ -8113,7 +8113,7 @@
81138113
},
81148114
"TMPM4G9": {
81158115
"inherits": ["Target"],
8116-
"core": "Cortex-M4",
8116+
"core": "Cortex-M4F",
81178117
"is_disk_virtual": true,
81188118
"extra_labels": ["TOSHIBA"],
81198119
"macros": ["__TMPM4G9__"],
@@ -8627,7 +8627,7 @@
86278627
},
86288628
"TT_M4G9": {
86298629
"inherits": ["Target"],
8630-
"core": "Cortex-M4",
8630+
"core": "Cortex-M4F",
86318631
"is_disk_virtual": true,
86328632
"extra_labels": ["TT"],
86338633
"macros": ["__TT_M4G9__"],

0 commit comments

Comments
 (0)