Skip to content

Commit 01343bf

Browse files
openthread: fix diags modules
Pull OT and Zephyr with diagnostic module related fixes. Signed-off-by: Maciej Baczmanski <[email protected]>
1 parent 08065c1 commit 01343bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

subsys/net/openthread/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +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-
default y
22+
default n
2323
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

west.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ manifest:
6969
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
7070
- name: zephyr
7171
repo-path: sdk-zephyr
72-
revision: ffa5be0dbbfd941f2156fe6237bdc5bd58772836
72+
revision: 52a1ceee359c93ecf0cfeee835b60e7b4c8c78a5
7373
import:
7474
# In addition to the zephyr repository itself, NCS also
7575
# imports the contents of zephyr/west.yml at the above
@@ -235,7 +235,7 @@ manifest:
235235
- name: openthread
236236
repo-path: sdk-openthread
237237
path: modules/lib/openthread
238-
revision: ncs-thread-reference-20241002
238+
revision: e344d15117bfb00c583b3667a047329210ee0ee8
239239
userdata:
240240
ncs:
241241
upstream-url: https://github.com/openthread/openthread

0 commit comments

Comments
 (0)