We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63e7f09 + a5d0c1c commit 9157902Copy full SHA for 9157902
targets/targets.json
@@ -5313,7 +5313,7 @@
5313
},
5314
"ARM_MPS2_M7": {
5315
"inherits": ["ARM_MPS2_Target"],
5316
- "core": "Cortex-M7",
+ "core": "Cortex-M7FD",
5317
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
5318
"extra_labels": ["ARM_SSG", "MPS2", "MPS2_M7"],
5319
"macros": ["CMSDK_CM7"],
@@ -8010,13 +8010,13 @@
8010
8011
"FVP_MPS2_M4": {
8012
"inherits": ["FVP_MPS2"],
8013
- "core": "Cortex-M4",
+ "core": "Cortex-M4F",
8014
"macros_add": ["CMSDK_CM4"],
8015
"device_has_add": ["MPU"]
8016
8017
"FVP_MPS2_M7": {
8018
8019
8020
"macros_add": ["CMSDK_CM7"],
8021
8022
0 commit comments