add __ARM_FM macro in targets.json

pull/7805/head
Qinghao Shi 2018-08-17 18:01:21 +01:00
parent f612ea0b47
commit 485fe79a71
1 changed files with 6 additions and 5 deletions

View File

@ -4259,6 +4259,7 @@
"ARM_FM": { "ARM_FM": {
"inherits": ["Target"], "inherits": ["Target"],
"public": false, "public": false,
"macros": ["__ARM_FM"],
"extra_labels": ["ARM_FM"] "extra_labels": ["ARM_FM"]
}, },
"FVP_MPS2": { "FVP_MPS2": {
@ -4272,27 +4273,27 @@
"FVP_MPS2_M0": { "FVP_MPS2_M0": {
"inherits": ["FVP_MPS2"], "inherits": ["FVP_MPS2"],
"core": "Cortex-M0", "core": "Cortex-M0",
"macros": ["CMSDK_CM0"] "macros_add": ["CMSDK_CM0"]
}, },
"FVP_MPS2_M0P": { "FVP_MPS2_M0P": {
"inherits": ["FVP_MPS2"], "inherits": ["FVP_MPS2"],
"core": "Cortex-M0+", "core": "Cortex-M0+",
"macros": ["CMSDK_CM0plus"] "macros_add": ["CMSDK_CM0plus"]
}, },
"FVP_MPS2_M3": { "FVP_MPS2_M3": {
"inherits": ["FVP_MPS2"], "inherits": ["FVP_MPS2"],
"core": "Cortex-M3", "core": "Cortex-M3",
"macros": ["CMSDK_CM3"] "macros_add": ["CMSDK_CM3"]
}, },
"FVP_MPS2_M4": { "FVP_MPS2_M4": {
"inherits": ["FVP_MPS2"], "inherits": ["FVP_MPS2"],
"core": "Cortex-M4", "core": "Cortex-M4",
"macros": ["CMSDK_CM4"] "macros_add": ["CMSDK_CM4"]
}, },
"FVP_MPS2_M7": { "FVP_MPS2_M7": {
"inherits": ["FVP_MPS2"], "inherits": ["FVP_MPS2"],
"core": "Cortex-M7", "core": "Cortex-M7",
"macros": ["CMSDK_CM7"] "macros_add": ["CMSDK_CM7"]
}, },
"NUMAKER_PFM_M2351": { "NUMAKER_PFM_M2351": {
"core": "Cortex-M23-NS", "core": "Cortex-M23-NS",