-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 sdk-zephyr revision #13654
manifest: update sdk-zephyr revision #13654
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. |
9067e1d
to
c68d8e0
Compare
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.
approving in advance
west.yml
Outdated
@@ -61,7 +61,7 @@ manifest: | |||
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html | |||
- name: zephyr | |||
repo-path: sdk-zephyr | |||
revision: 5d7a30bb2fa0bc6130e0e054821a0daa7043a736 | |||
revision: pull/1455/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 after the merge in sdk-zephyr
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.
8ba9711786a4cd6eea313b900130633f8b36145b
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.
Done.
Pull in the latest fix in ieee802154 driver nRF5 implementation. Signed-off-by: Jędrzej Ciupis <[email protected]>
c68d8e0
to
30f30a5
Compare
Updated to the latest SHA in #13594 |
Pull in the latest fix in ieee802154 driver nRF5 implementation.