Skip to content

Commit bc03c20

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
update targets.json remove redundant extra_lables
1 parent aab82a7 commit bc03c20

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

targets/targets.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4018,39 +4018,33 @@
40184018
"inherits": ["ARM_FM"],
40194019
"public": false,
40204020
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
4021-
"extra_labels_add": ["FVP_MPS2"],
40224021
"OUTPUT_EXT": "elf",
40234022
"device_has": ["AACI", "ANALOGIN", "CLCD", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"],
40244023
"release_versions": ["5"]
40254024
},
40264025
"FVP_MPS2_M0": {
40274026
"inherits": ["FVP_MPS2"],
40284027
"core": "Cortex-M0",
4029-
"extra_labels_add": ["FVP_MPS2_M0"],
40304028
"macros": ["CMSDK_CM0","CMSIS_VECTAB_VIRTUAL", "CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\""]
40314029
},
40324030
"FVP_MPS2_M0P": {
40334031
"inherits": ["FVP_MPS2"],
40344032
"core": "Cortex-M0+",
4035-
"extra_labels_add": ["FVP_MPS2_M0P"],
40364033
"macros": ["CMSDK_CM0plus"]
40374034
},
40384035
"FVP_MPS2_M3": {
40394036
"inherits": ["FVP_MPS2"],
40404037
"core": "Cortex-M3",
4041-
"extra_labels_add": ["FVP_MPS2_M3"],
40424038
"macros": ["CMSDK_CM3"]
40434039
},
40444040
"FVP_MPS2_M4": {
40454041
"inherits": ["FVP_MPS2"],
40464042
"core": "Cortex-M4",
4047-
"extra_labels_add": ["FVP_MPS2_M4"],
40484043
"macros": ["CMSDK_CM4"]
40494044
},
40504045
"FVP_MPS2_M7": {
40514046
"inherits": ["FVP_MPS2"],
40524047
"core": "Cortex-M7",
4053-
"extra_labels_add": ["FVP_MPS2_M7"],
40544048
"macros": ["CMSDK_CM7"]
40554049
}
40564050
}

0 commit comments

Comments
 (0)