M2351: Change base target name 'NU_PFM_M2351_CM' to 'NU_PFM_M2351'

This is to meet platform name 'NU_PFM_M2351' registered in mbed-os-tools. This tool
uses the platform name as a key to search platform related properties in targets.json.
For example, the property 'forced_reset_timeout' is critical for Greentea test.
pull/11749/head
Chun-Chieh Li 2019-10-25 14:05:43 +08:00
parent 8637069b36
commit ec08bf6451
1 changed files with 3 additions and 3 deletions

View File

@ -8791,7 +8791,7 @@
"macros_add": ["CMSDK_CM7"], "macros_add": ["CMSDK_CM7"],
"device_has_add": ["MPU"] "device_has_add": ["MPU"]
}, },
"NU_PFM_M2351_CM": { "NU_PFM_M2351": {
"default_toolchain": "ARMC6", "default_toolchain": "ARMC6",
"extra_labels": [ "extra_labels": [
"NUVOTON", "NUVOTON",
@ -8866,7 +8866,7 @@
"public": false "public": false
}, },
"NU_PFM_M2351_NPSA_NS": { "NU_PFM_M2351_NPSA_NS": {
"inherits": ["NU_PFM_M2351_CM"], "inherits": ["NU_PFM_M2351"],
"core": "Cortex-M23-NS", "core": "Cortex-M23-NS",
"trustzone": true, "trustzone": true,
"extra_labels_add": [ "extra_labels_add": [
@ -8885,7 +8885,7 @@
"mbed_ram_size" : "0x10000" "mbed_ram_size" : "0x10000"
}, },
"NU_PFM_M2351_NPSA_S": { "NU_PFM_M2351_NPSA_S": {
"inherits": ["NU_PFM_M2351_CM"], "inherits": ["NU_PFM_M2351"],
"core": "Cortex-M23", "core": "Cortex-M23",
"trustzone": true, "trustzone": true,
"extra_labels_add": [ "extra_labels_add": [