diff --git a/subsys/net/openthread/Kconfig.defconfig b/subsys/net/openthread/Kconfig.defconfig index d544774193e1..6805c31e6cda 100644 --- a/subsys/net/openthread/Kconfig.defconfig +++ b/subsys/net/openthread/Kconfig.defconfig @@ -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 y + default n depends on OPENTHREAD_THREAD_VERSION_1_4 depends on (OPENTHREAD_NORDIC_LIBRARY_MASTER && (SOC_NRF52840 || SOC_NRF54L15_CPUAPP)) || \ OPENTHREAD_NORDIC_LIBRARY_FTD || OPENTHREAD_NORDIC_LIBRARY_MTD diff --git a/west.yml b/west.yml index 7f05dfcc4331..a2cb6f179836 100644 --- a/west.yml +++ b/west.yml @@ -69,7 +69,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 2c7f6efa7220ef2fbdd70e8597aedf1a07e86067 + revision: pull/2426/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above @@ -235,7 +235,7 @@ manifest: - name: openthread repo-path: sdk-openthread path: modules/lib/openthread - revision: ncs-thread-reference-20241002 + revision: pull/98/head userdata: ncs: upstream-url: https://github.com/openthread/openthread