Skip to content

Commit

Permalink
manifest: openthread: bump version of nrfxlib and openthread
Browse files Browse the repository at this point in the history
Bumping version of openthread and openthread libs.

Signed-off-by: Przemyslaw Bida <przemyslaw.bida@nordicsemi.no>
  • Loading branch information
canisLupus1313 committed Jul 3, 2023
1 parent c52422c commit 525dcfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 525dcfe

Please sign in to comment.