Skip to content

Commit ec08bf6

Browse files
committed
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.
1 parent 8637069 commit ec08bf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

targets/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8791,7 +8791,7 @@
87918791
"macros_add": ["CMSDK_CM7"],
87928792
"device_has_add": ["MPU"]
87938793
},
8794-
"NU_PFM_M2351_CM": {
8794+
"NU_PFM_M2351": {
87958795
"default_toolchain": "ARMC6",
87968796
"extra_labels": [
87978797
"NUVOTON",
@@ -8866,7 +8866,7 @@
88668866
"public": false
88678867
},
88688868
"NU_PFM_M2351_NPSA_NS": {
8869-
"inherits": ["NU_PFM_M2351_CM"],
8869+
"inherits": ["NU_PFM_M2351"],
88708870
"core": "Cortex-M23-NS",
88718871
"trustzone": true,
88728872
"extra_labels_add": [
@@ -8885,7 +8885,7 @@
88858885
"mbed_ram_size" : "0x10000"
88868886
},
88878887
"NU_PFM_M2351_NPSA_S": {
8888-
"inherits": ["NU_PFM_M2351_CM"],
8888+
"inherits": ["NU_PFM_M2351"],
88898889
"core": "Cortex-M23",
88908890
"trustzone": true,
88918891
"extra_labels_add": [

0 commit comments

Comments
 (0)