-
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
mcux: drivers: XBARB: add possibility for XBARB #80225
base: main
Are you sure you want to change the base?
Conversation
Hello @lam-borg, and thank you very much for your first pull request to the Zephyr project! |
related to this PR in hal_nxp: zephyrproject-rtos/hal_nxp#442 |
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Commit message for manifest update needs to include a signoff line, it should also be more specific (IE the title should mention that the NXP HAL is being updated) |
I wasn't aware, its an issue if my PR on hal_nxp is behind main. But makes perfect sense, knowing its used for unit tests in the zephyr PR. Now updated. |
Done. |
@lam-borg can you please rebase to resolve conflicts? |
42fdf15
@kartben both branches are rebased now |
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.
Will have to merge after 4.0 release, as we are now in 4.0 feature freeze
@lam-borg ping me on discord so we can sequence some merging. |
@lam-borg, HAL side has been merged. We will need your help updating the HAL SHA. |
I tried it in pure github ui, didnt work. I'll fix it within the next hour |
Add the possibility to activate the XBARB driver the same way as the XBARA driver Signed-off-by: Mathias Landolt <[email protected]>
Update NXP HAL revision to include support for xbarb Signed-off-by: Mathias Landolt <[email protected]>
Update the hal_nxp revision to the most recent revision, including the xbarb changes Signed-off-by: Mathias Landolt <[email protected]> tbs
Add the possibility to activate the XBARB driver
the same way as the XBARA driver