-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Move hal_nxp glue layer to zephyr repo (with leveraging MCUX SDK NEXT kconfig tree) #84366
Move hal_nxp glue layer to zephyr repo (with leveraging MCUX SDK NEXT kconfig tree) #84366
Conversation
Hello @hakehuang, please help test, thanks. |
f00f5d5
to
1c5f6f0
Compare
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
+1 from me, glue layers belong in the Zephyr tree, not the module repo. |
I kick a full build first, and let's see |
5f3ac19
to
31fbc34
Compare
The cntMode in gpc_tran_step_config_t is not used, removed it. Signed-off-by: Zhaoxiang Jin <[email protected]>
092e470
to
f5f5517
Compare
Add cortex-m core suffix item for imx devices Signed-off-by: Zhaoxiang Jin <[email protected]>
The XSPI features was updated in MCUXSDK, need to update zephyr side code to avoiding build error. Signed-off-by: Zhaoxiang Jin <[email protected]>
second core kconfig file CONFIG_SECOND_CORE_MCUX is not set to y when building the RT1160 and RT1170 second core synchronization examples. It is better to set this kconfig item to y at the board layer. Signed-off-by: Zhaoxiang Jin <[email protected]>
Move hal_nxp glue layer to zephyr repo. Signed-off-by: Zhaoxiang Jin <[email protected]>
f5f5517
to
ddf8465
Compare
Hello @hakehuang, I have fixed all twister issues reported by CI, could you please help test again? Thanks. |
@ZhaoxiangJin what is the relation with this pr? #84423 they get the same name, also please fix below:
|
Kconfig.imx, Kconfig.mcux, Kconfig.nxp_s32 have moved inside hal_nxp, need to remove them from MAINTAINERS.yml Signed-off-by: Zhaoxiang Jin <[email protected]>
Update manifest to track hal_nxp side PR Signed-off-by: Zhaoxiang Jin <[email protected]>
ddf8465
to
23e82e9
Compare
I have updated this PR to fix this issue. PR (#84423) is a version that does not use the MCUX SDK NEXT kconfig tree, while this PR is a version that uses the MCUX SDK-NEXT kconfig tree. I have updated the titles of these two PRs to distinguish them. |
sample.display.shield v4.0.0-4307-g23e82e911eea Build failure frdm_mcxn236/mcxn236
drivers.watchdog.wdt_basic_test_suite.wdt v4.0.0-4307-g23e82e911eea Build failure frdm_ke17z/mke17z7
|
Version with leveraging MCUX SDK NEXT kconfig tree.