Skip to content

Commit 3d096c5

Browse files
committed
Rename M2351 platform name to 'NU_PFM_M2351' from 'NUMAKER_PFM_M2351'
Originally its name is 'NUMAKER_PFM_M2351'. After adding suffix to distinguish PSA/non-PSA targets, it will have pattern below which exceeds max 20 chars limited by online database: 'NUMAKER_PFM_M2351'+'_'+['PSA', 'NOPSA']+'_'+['S', 'NS'] To fix the issue, the M2351 platform name is changed to 'NU_PFM_M2351'. Then it will have pattern below for PSA/non-PSA targets, which fit in max 20 chars limit: 'NU_PFM_M2351'+'_'+['P', 'NP']+'_'+['S', 'NS']
1 parent c105d01 commit 3d096c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mbed_os_tools/detect/platform_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
u"1302": u"NUMAKER_PFM_NUC472",
226226
u"1303": u"NUMAKER_PFM_M453",
227227
u"1304": u"NUMAKER_PFM_M487",
228-
u"1305": u"NUMAKER_PFM_M2351",
228+
u"1305": u"NU_PFM_M2351",
229229
u"1306": u"NUMAKER_PFM_NANO130",
230230
u"1307": u"NUMAKER_PFM_NUC240",
231231
u"1308": u"NUMAKER_IOT_M487",

0 commit comments

Comments
 (0)