update targets.json remove redundant extra_lables

pull/6862/head
Qinghao Shi 2018-05-21 18:33:48 +01:00
parent aab82a78b3
commit bc03c20408
1 changed files with 0 additions and 6 deletions

View File

@ -4018,7 +4018,6 @@
"inherits": ["ARM_FM"], "inherits": ["ARM_FM"],
"public": false, "public": false,
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"], "supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
"extra_labels_add": ["FVP_MPS2"],
"OUTPUT_EXT": "elf", "OUTPUT_EXT": "elf",
"device_has": ["AACI", "ANALOGIN", "CLCD", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"], "device_has": ["AACI", "ANALOGIN", "CLCD", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"],
"release_versions": ["5"] "release_versions": ["5"]
@ -4026,31 +4025,26 @@
"FVP_MPS2_M0": { "FVP_MPS2_M0": {
"inherits": ["FVP_MPS2"], "inherits": ["FVP_MPS2"],
"core": "Cortex-M0", "core": "Cortex-M0",
"extra_labels_add": ["FVP_MPS2_M0"],
"macros": ["CMSDK_CM0","CMSIS_VECTAB_VIRTUAL", "CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\""] "macros": ["CMSDK_CM0","CMSIS_VECTAB_VIRTUAL", "CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\""]
}, },
"FVP_MPS2_M0P": { "FVP_MPS2_M0P": {
"inherits": ["FVP_MPS2"], "inherits": ["FVP_MPS2"],
"core": "Cortex-M0+", "core": "Cortex-M0+",
"extra_labels_add": ["FVP_MPS2_M0P"],
"macros": ["CMSDK_CM0plus"] "macros": ["CMSDK_CM0plus"]
}, },
"FVP_MPS2_M3": { "FVP_MPS2_M3": {
"inherits": ["FVP_MPS2"], "inherits": ["FVP_MPS2"],
"core": "Cortex-M3", "core": "Cortex-M3",
"extra_labels_add": ["FVP_MPS2_M3"],
"macros": ["CMSDK_CM3"] "macros": ["CMSDK_CM3"]
}, },
"FVP_MPS2_M4": { "FVP_MPS2_M4": {
"inherits": ["FVP_MPS2"], "inherits": ["FVP_MPS2"],
"core": "Cortex-M4", "core": "Cortex-M4",
"extra_labels_add": ["FVP_MPS2_M4"],
"macros": ["CMSDK_CM4"] "macros": ["CMSDK_CM4"]
}, },
"FVP_MPS2_M7": { "FVP_MPS2_M7": {
"inherits": ["FVP_MPS2"], "inherits": ["FVP_MPS2"],
"core": "Cortex-M7", "core": "Cortex-M7",
"extra_labels_add": ["FVP_MPS2_M7"],
"macros": ["CMSDK_CM7"] "macros": ["CMSDK_CM7"]
} }
} }