Skip to content
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: openthread: bump version of nrfxlib and openthread #11670

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion subsys/net/openthread/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ config OPENTHREAD_LIBRARY_AVAILABLE
# Switch:
# - To `y` when libraries for the current OpenThread revision are provided
# - To `n` on the next OpenThread upmerge
default n
default y
depends on OPENTHREAD_THREAD_VERSION_1_3
depends on OPENTHREAD_NORDIC_LIBRARY_FTD || OPENTHREAD_NORDIC_LIBRARY_MTD
depends on !OPENTHREAD_COPROCESSOR
Expand Down
4 changes: 2 additions & 2 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ manifest:
- name: nrfxlib
repo-path: sdk-nrfxlib
path: nrfxlib
revision: v2.4.0
revision: acf83cd8293c1f7df197c215934a82a94733b2c1
- name: trusted-firmware-m
repo-path: sdk-trusted-firmware-m
path: modules/tee/tf-m/trusted-firmware-m
Expand Down Expand Up @@ -208,7 +208,7 @@ manifest:
- name: openthread
repo-path: sdk-openthread
path: modules/lib/openthread
revision: d9abe3071c0131a4adb5d7e7451319b735e6d855
revision: d5a6630a839477ffb68686f0315f860cc5bc1238
userdata:
ncs:
upstream-url: https://github.com/openthread/openthread
Expand Down