-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: Update zephyr and hal_nordic with fix in DMA address check #14716
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. |
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
west.yml
Outdated
@@ -63,7 +63,7 @@ manifest: | |||
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html | |||
- name: zephyr | |||
repo-path: sdk-zephyr | |||
revision: 272786b074227b4abcbe8f954d5bb8acf54f3dd3 | |||
revision: pull/1599/head |
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.
Please update with SHA: 7d7953d89e4cfe1c6f8cdf8635d89c3f40324073
.
85b26bb
to
6ea07ce
Compare
Update hal_nordic (via zephyr) with fix for DMA address check. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
6ea07ce
to
2fa2883
Compare
No longer needed. Zephyr revision was updated further in #14706. |
Update hal_nordic (via zephyr) with fix for DMA address check.