Skip to content

Commit 6867339

Browse files
manifest: Update nrfxlib to fetch the new OpenThread libraries
Regenrated OpenThread libraries to align with the new MBEDTls version. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent 99a5d95 commit 6867339

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

subsys/net/openthread/Kconfig.defconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ config OPENTHREAD_LIBRARY_AVAILABLE
1919
# Switch:
2020
# - To `y` when libraries for the current OpenThread revision are provided
2121
# - To `n` on the next OpenThread upmerge
22-
# Temporarily setting to n as the libraries need to be rebuilt to align with Mbed TLS v4.
23-
default n
22+
default y
2423
depends on OPENTHREAD_THREAD_VERSION_1_4
2524
depends on (OPENTHREAD_NORDIC_LIBRARY_MASTER && (SOC_NRF52840 || SOC_SERIES_NRF54L)) || \
2625
OPENTHREAD_NORDIC_LIBRARY_FTD || OPENTHREAD_NORDIC_LIBRARY_MTD

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ manifest:
147147
- name: nrfxlib
148148
repo-path: sdk-nrfxlib
149149
path: nrfxlib
150-
revision: 4703bb23aef6118bc07cfa5f500b9f224c703fd2
150+
revision: c6c1d076b40ac149a10744babbb81cb2582b21bf
151151
- name: trusted-firmware-m
152152
repo-path: sdk-trusted-firmware-m
153153
path: modules/tee/tf-m/trusted-firmware-m

0 commit comments

Comments
 (0)