mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
8637069b36
commit
ec08bf6451
|
@ -8791,7 +8791,7 @@
|
|||
"macros_add": ["CMSDK_CM7"],
|
||||
"device_has_add": ["MPU"]
|
||||
},
|
||||
"NU_PFM_M2351_CM": {
|
||||
"NU_PFM_M2351": {
|
||||
"default_toolchain": "ARMC6",
|
||||
"extra_labels": [
|
||||
"NUVOTON",
|
||||
|
@ -8866,7 +8866,7 @@
|
|||
"public": false
|
||||
},
|
||||
"NU_PFM_M2351_NPSA_NS": {
|
||||
"inherits": ["NU_PFM_M2351_CM"],
|
||||
"inherits": ["NU_PFM_M2351"],
|
||||
"core": "Cortex-M23-NS",
|
||||
"trustzone": true,
|
||||
"extra_labels_add": [
|
||||
|
@ -8885,7 +8885,7 @@
|
|||
"mbed_ram_size" : "0x10000"
|
||||
},
|
||||
"NU_PFM_M2351_NPSA_S": {
|
||||
"inherits": ["NU_PFM_M2351_CM"],
|
||||
"inherits": ["NU_PFM_M2351"],
|
||||
"core": "Cortex-M23",
|
||||
"trustzone": true,
|
||||
"extra_labels_add": [
|
||||
|
|
Loading…
Reference in New Issue