Skip to content

Commit 485fe79

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
add __ARM_FM macro in targets.json
1 parent f612ea0 commit 485fe79

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

targets/targets.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4259,6 +4259,7 @@
42594259
"ARM_FM": {
42604260
"inherits": ["Target"],
42614261
"public": false,
4262+
"macros": ["__ARM_FM"],
42624263
"extra_labels": ["ARM_FM"]
42634264
},
42644265
"FVP_MPS2": {
@@ -4272,27 +4273,27 @@
42724273
"FVP_MPS2_M0": {
42734274
"inherits": ["FVP_MPS2"],
42744275
"core": "Cortex-M0",
4275-
"macros": ["CMSDK_CM0"]
4276+
"macros_add": ["CMSDK_CM0"]
42764277
},
42774278
"FVP_MPS2_M0P": {
42784279
"inherits": ["FVP_MPS2"],
42794280
"core": "Cortex-M0+",
4280-
"macros": ["CMSDK_CM0plus"]
4281+
"macros_add": ["CMSDK_CM0plus"]
42814282
},
42824283
"FVP_MPS2_M3": {
42834284
"inherits": ["FVP_MPS2"],
42844285
"core": "Cortex-M3",
4285-
"macros": ["CMSDK_CM3"]
4286+
"macros_add": ["CMSDK_CM3"]
42864287
},
42874288
"FVP_MPS2_M4": {
42884289
"inherits": ["FVP_MPS2"],
42894290
"core": "Cortex-M4",
4290-
"macros": ["CMSDK_CM4"]
4291+
"macros_add": ["CMSDK_CM4"]
42914292
},
42924293
"FVP_MPS2_M7": {
42934294
"inherits": ["FVP_MPS2"],
42944295
"core": "Cortex-M7",
4295-
"macros": ["CMSDK_CM7"]
4296+
"macros_add": ["CMSDK_CM7"]
42964297
},
42974298
"NUMAKER_PFM_M2351": {
42984299
"core": "Cortex-M23-NS",

0 commit comments

Comments
 (0)