-
Notifications
You must be signed in to change notification settings - Fork 7.6k
boards: nxp: unify NXP board naming in board.yml #88368
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
board: | ||
name: frdm_rw612 | ||
full_name: FRDM_RW612 | ||
full_name: FRDM-RW612 | ||
vendor: nxp | ||
socs: | ||
- name: rw612 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
board: | ||
name: imx8mm_evk | ||
full_name: i.MX8MM EVK | ||
full_name: i.MX8MM-EVK | ||
vendor: nxp | ||
socs: | ||
- name: mimx8mm6 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
board: | ||
name: imx8mp_evk | ||
full_name: i.MX8MP EVK | ||
full_name: i.MX8MP-EVK | ||
vendor: nxp | ||
socs: | ||
- name: mimx8ml8 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
board: | ||
name: imx8mq_evk | ||
full_name: MIMX8MQ EVK | ||
full_name: MIMX8MQ-EVK | ||
vendor: nxp | ||
socs: | ||
- name: mimx8mq6 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
board: | ||
name: imx8qm_mek | ||
full_name: i.MX 8QuadMax Multisensory Enablement Kit (MEK) | ||
full_name: i.MX8QM-MEK | ||
vendor: nxp | ||
socs: | ||
- name: mimx8qm6 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
board: | ||
name: imx8qxp_mek | ||
full_name: i.MX 8QuadXPlus Multisensory Enablement Kit (MEK) | ||
full_name: i.MX8QXP-MEK | ||
vendor: nxp | ||
socs: | ||
- name: mimx8qx6 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
board: | ||
name: imx8ulp_evk | ||
full_name: i.MX 8ULP Evaluation Kit | ||
full_name: i.MX8ULP-EVK | ||
vendor: nxp | ||
socs: | ||
- name: mimx8ud7 |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,6 +1,6 @@ | ||||||
board: | ||||||
name: imx91_evk | ||||||
full_name: i.MX91 EVK | ||||||
full_name: i.MX91-EVK | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
See https://www.nxp.com/design/design-center/development-boards-and-designs/i.MX91EVK There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
vendor: nxp | ||||||
socs: | ||||||
- name: mimx9131 |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,6 +1,6 @@ | ||||||
board: | ||||||
name: imx93_evk | ||||||
full_name: i.MX93 EVK | ||||||
full_name: i.MX93-EVK | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
see https://www.nxp.com/design/design-center/development-boards-and-designs/i.MX93EVK There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
vendor: nxp | ||||||
socs: | ||||||
- name: mimx9352 | ||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
board: | ||
name: imx95_evk | ||
full_name: i.MX95 EVK | ||
full_name: i.MX95-EVK | ||
vendor: nxp | ||
socs: | ||
- name: mimx9596 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
board: | ||
name: ls1046ardb | ||
full_name: LS1046A RDB | ||
full_name: LS1046A-RDB | ||
vendor: nxp | ||
socs: | ||
- name: ls1046a | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
board: | ||
name: vmu_rt1170 | ||
full_name: VMU RT1170 | ||
full_name: VMU-RT1170 | ||
vendor: nxp | ||
socs: | ||
- name: mimxrt1176 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently the board name is the same with the information in nxp.com, so I don't think we need to update the name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"-EVK" is written on board labels. Also it used for other NXP board naming.
Actually no matter for me, just to use the common approach.