Skip to content

Rename M2351 platform name to 'NU_PFM_M2351' from 'NUMAKER_PFM_M2351' #196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 11, 2019

Conversation

ccli8
Copy link
Contributor

@ccli8 ccli8 commented Sep 11, 2019

Description

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']

Related PR

ARMmbed/mbed-os#11288

Pull request type

[ ] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[x] Breaking change

Reviewers

@MarceloSalazar @mark-edgeworth

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']
@0xc0170
Copy link
Contributor

0xc0170 commented Sep 11, 2019

@ccli8 Assuming the related PR gets in 5.14.0, this should be integrated with it (asap) ?

@ccli8
Copy link
Contributor Author

ccli8 commented Sep 11, 2019

Assuming the related PR gets in 5.14.0, this should be integrated with it (asap) ?

Yes.

Copy link
Contributor

@mark-edgeworth mark-edgeworth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name needs to change in the online admin database first afaik. Otherwise ok by me

@MarceloSalazar
Copy link

@mark-edgeworth I agree and I'll make the changes once we release 5.14.0, if that's ok?

Copy link
Contributor

@mark-edgeworth mark-edgeworth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll make the database change once the 5.14.0 release is out to avoid problems with online IDe users.

@mark-edgeworth mark-edgeworth merged commit 77d3aa4 into ARMmbed:master Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants