-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
manifest: bump hal_nxp revision #67483
manifest: bump hal_nxp revision #67483
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
1fe8f22
to
5603fc4
Compare
@hakehuang could you run a regression test against this PR? Specifically to cover USB tests, since this will update the middleware (which effectively updates the HAL underlying the MCUX USB shim driver) |
@danieldegrasse all lpcxpresso55s28/mimxrt1170_evk_cm7/mimxrt595_evk_cm33 series usb build fails, which means lpc55, rt11xx, RT10xx, RTxxx series all failure, only pass on frdm_k64f
|
@jsiverskog , thank you for the contribution. Can you help take a look at the build failures reported by Hake during testing. |
5603fc4
to
2194b7b
Compare
@mmahadevan108 : i think the build issues were caused by a PR that shouldn't have been merged, and was reverted by #67459 i have rebased onto main, and i can't see any build errors. |
retesting at my side. all tests are PASS on rt10/RT5xx/LPC series |
2194b7b
to
7587cbf
Compare
@hakehuang can you reapprove if everything still looks good on this PR? It looks like the update here was just a rebase, so I'll leave it up to you to decide if we need to rerun tests |
@danieldegrasse , I run a regression test on but strange thing is I meet build failure on
|
This one's on me, but should have been fixed by #68137 |
@jsiverskog , can you update |
4815044
7587cbf
to
4815044
Compare
this brings in a newer version of the usb middleware. see zephyrproject-rtos/hal_nxp#316 for more information. Signed-off-by: Jacob Siverskog <[email protected]>
4815044
to
0436e49
Compare
@jsiverskog, we merged your HAL PR and I updated your PR to have the SHA aligned. |
this brings in a newer version of the usb middleware.
see zephyrproject-rtos/hal_nxp#316 for more information.