-
Notifications
You must be signed in to change notification settings - Fork 8k
update hal_nxp to mcux sdk 25.09.00 #97158
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?
update hal_nxp to mcux sdk 25.09.00 #97158
Conversation
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. |
bf0dc45
to
af05737
Compare
@ZhaoxiangJin I think your commits probably need to be squashed into one. Because the HAL change pulls in a part number change it likely causes a bisect problem if you have a separate commit to change the part numbers in the Zephyr side. |
yes, i will squash them |
a343f95
to
bb24800
Compare
1. update hal_nxp to mcux sdk 25.09.00 2. Updated imxrt7xx part numbers to align with SDK. 3. Fixed typo in member of dsi_transfer_t structure. The sendDscCmd and dscCmd shall be sendDcsCmd and dcsCmd. 4. Remove the call to the function 'CLOCK_OSC_GateOscRc400M'. This function has been removed from the SDK. Signed-off-by: Zhaoxiang Jin <[email protected]>
bb24800
to
2a90804
Compare
|
Hi @hakehuang, there is a CI issue unrelated to this PR. This issue also occurs in #95630. Other than that, all other tests are passing. Could you please help with regression testing? Thanks. |
@ZhaoxiangJin , I kick a regression on this PR, and is it possible to provide a hal updating notes? It will be helpful to check the test plan. |
Hi @hakehuang, each time update brings a lot of changes to HAL NXP, such as large-scale device and driver updates. Some information will be recorded in README, however, it seems difficult to use notes to record the specific driver/device updates. |
@ZhaoxiangJin, @hakehuang the README is not intended for recording what changes have occurred. Since our HAL is constructed from multiple sources, it is meant to record where the update is coming from. We also list any patches we maintain on top of those sources. |
Yes, I know. What I don't know is what Hake needs. I just pointed out that Hake can get some information from the README. I have no intention of adding more information to the README. If Hake needs, we can further discuss how to add update notes to improve the test plan. |
board regression test pass, no issues found on v4.2.0-5336-g2a90804d52ce |
HAL changes shall be limited and clearly documented. and I need judge the test plan based on this. |
update hal_nxp to mcux sdk 25.09.00