-
Notifications
You must be signed in to change notification settings - Fork 722
[nrf fromlist] manifest: Update hal_nordic with SPI workaround #2835
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
Conversation
|
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. |
67ba9e5 to
d6c9883
Compare
d6c9883 to
77ab32a
Compare
So that we have access to the new nrf_gpio_pin_drive_get() API. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit becf5ed)
77ab32a to
16710b9
Compare
west.yml
Outdated
| - hal | ||
| - name: hal_nordic | ||
| revision: 119ff5b5ec7a413ca2f64ae1928c79eee1e7b7b2 | ||
| revision: 37c38a471c042d890180cfb79cf788a32a006b80 |
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.
Upstream PR #: 89489 is outdated and will never be merged. Also why do we need two commits to changed the same version? Can you cherry-pick d463ea1 from the upmerge PR?
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.
need 2 commits because last commit will not apply without conflicts. Cherry-picked newer commit.
…nect#292 Pull in zephyrproject-rtos/hal_nordic#292. Signed-off-by: Carles Cufi <[email protected]> (cherry picked from commit c5033a2)
16710b9 to
3ef16b5
Compare
|



Update hal_nordic with errata workaround in nrfx_spim.
Upstream PR #: 89489