Commit 3d096c5
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments