-
Notifications
You must be signed in to change notification settings - Fork 5.4k
add nxp frdm-mcxa366 support #11243
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: master
Are you sure you want to change the base?
add nxp frdm-mcxa366 support #11243
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 |
|---|---|---|
|
|
@@ -250,6 +250,7 @@ | |
| "nxp/mcx/mcxa/frdm-mcxa153", | ||
| "nxp/mcx/mcxa/frdm-mcxa156", | ||
| "nxp/mcx/mcxa/frdm-mcxa346", | ||
| "nxp/mcx/mcxa/frdm-mcxa366", | ||
|
||
| "nxp/mcx/mcxe/frdm-mcxe247", | ||
| "renesas/ebf_qi_min_6m5", | ||
| "renesas/ra6m4-cpk", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| scons.args: &scons | ||
| scons_arg: | ||
| - '--strict' | ||
|
|
||
| # ------ component CI ------ | ||
| component.can: | ||
| kconfig: | ||
| - CONFIG_BSP_USING_CAN=y | ||
| - CONFIG_BSP_USING_CAN0=y | ||
|
|
||
| # ------ Peripheral CI ------ | ||
| Peripheral.arduino: | ||
| kconfig: | ||
| - CONFIG_BSP_USING_ARDUINO=y | ||
|
|
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.
[custom/类别]: 🟡 [PR Title/PR 标题] Missing required prefix format
English: The PR title should follow the RT-Thread convention in lowercase, e.g.
[nxp][mcx] ...or[nxp][bsp] .... Current titleadd nxp frdm-mcxa366 supporthas no prefix, which makes it harder to route/review.中文:PR 标题应遵循 RT-Thread 约定的小写前缀格式,例如
[nxp][mcx] ...或[nxp][bsp] ...。当前标题add nxp frdm-mcxa366 support缺少前缀,影响分类与审查。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.
PR 标题应遵循 RT-Thread 约定的小写前缀格式,例如 [nxp][mcx] ... 或 [nxp][bsp] ...。当前标题 add nxp frdm-mcxa366 support 缺少前缀,影响分类与审查。