Skip to content

Commit 7f1e6c6

Browse files
maciejbaczmanskirlubos
authored andcommitted
openthread: remove 1.3 prebuilt libraries
1.4 is now a default Thread version, 1.3 libraries are not needed anymore. Signed-off-by: Maciej Baczmanski <[email protected]>
1 parent 728080b commit 7f1e6c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

subsys/net/openthread/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ config OPENTHREAD_LIBRARY_AVAILABLE
2020
# - To `y` when libraries for the current OpenThread revision are provided
2121
# - To `n` on the next OpenThread upmerge
2222
default y
23-
depends on OPENTHREAD_THREAD_VERSION_1_3 || OPENTHREAD_THREAD_VERSION_1_4
23+
depends on OPENTHREAD_THREAD_VERSION_1_4
2424
depends on (OPENTHREAD_NORDIC_LIBRARY_MASTER && (SOC_NRF52840 || SOC_NRF54L15_CPUAPP)) || \
2525
OPENTHREAD_NORDIC_LIBRARY_FTD || OPENTHREAD_NORDIC_LIBRARY_MTD
2626
depends on !OPENTHREAD_COPROCESSOR

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: 41c282bf92550109d1ad80365550465bccf6b839
150+
revision: 3189339e38f52a92098945a3c7f070810a067390
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)