Skip to content

Commit 9157902

Browse files
authored
Merge pull request #10386 from kjbracey-arm/add_fpu_arm
ARM MPS2: Cortex-M4 -> M4F & M7 -> M7FD
2 parents 63e7f09 + a5d0c1c commit 9157902

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
@@ -5313,7 +5313,7 @@
53135313
},
53145314
"ARM_MPS2_M7": {
53155315
"inherits": ["ARM_MPS2_Target"],
5316-
"core": "Cortex-M7",
5316+
"core": "Cortex-M7FD",
53175317
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
53185318
"extra_labels": ["ARM_SSG", "MPS2", "MPS2_M7"],
53195319
"macros": ["CMSDK_CM7"],
@@ -8010,13 +8010,13 @@
80108010
},
80118011
"FVP_MPS2_M4": {
80128012
"inherits": ["FVP_MPS2"],
8013-
"core": "Cortex-M4",
8013+
"core": "Cortex-M4F",
80148014
"macros_add": ["CMSDK_CM4"],
80158015
"device_has_add": ["MPU"]
80168016
},
80178017
"FVP_MPS2_M7": {
80188018
"inherits": ["FVP_MPS2"],
8019-
"core": "Cortex-M7",
8019+
"core": "Cortex-M7FD",
80208020
"macros_add": ["CMSDK_CM7"],
80218021
"device_has_add": ["MPU"]
80228022
},

0 commit comments

Comments
 (0)