Skip to content

Commit 65b06e8

Browse files
NordicBuildermaciejbaczmanski
authored andcommitted
openthread: add libraries based on commit ee86dc2
Update OpenThread libraries with newest commit Select `OPENTHREAD_UPTIME` for all 1.4 libs Signed-off-by: Nordic Builder <[email protected]>
1 parent 276302f commit 65b06e8

File tree

115 files changed

+133
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+133
-132
lines changed

openthread/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ config OPENTHREAD_NORDIC_LIBRARY_COMMON
5454
select OPENTHREAD_DUA if !OPENTHREAD_THREAD_VERSION_1_1
5555
select OPENTHREAD_MLR if !OPENTHREAD_THREAD_VERSION_1_1
5656
select OPENTHREAD_NETDIAG_VENDOR_INFO if OPENTHREAD_THREAD_VERSION_1_4
57+
select OPENTHREAD_UPTIME if OPENTHREAD_THREAD_VERSION_1_4
5758
help
5859
Common set of features for the OpenThread stack provided by Nordic Semiconductor.
5960

0 Bytes
Binary file not shown.

openthread/lib/nrf52840/hard-float/v1.3/ftd/openthread_lib_configuration.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ GCC_version: arm-zephyr-eabi-gcc (Zephyr SDK 0.16.8) 12.2.0
44

55
###################### SDK Version ###########################
66

7-
MBEDTLS_commit=mbedtls-2.26.0-16450-g2e24f78c0
8-
NRFXLIB_commit=v2.7.0-113-g823dc448
7+
MBEDTLS_commit=v3.6.2-ncs1-rc1-0-g98603a8c9
8+
NRFXLIB_commit=v2.8.0-rc1-0-gd5d7c455
99
OpenThread_commit=ncs-thread-reference-20241002-0-gee86dc26d
1010
NRFXLIB_RELEASE_TAG=v2.8.0
1111

Binary file not shown.

openthread/lib/nrf52840/hard-float/v1.3/master/openthread_lib_configuration.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ GCC_version: arm-zephyr-eabi-gcc (Zephyr SDK 0.16.8) 12.2.0
44

55
###################### SDK Version ###########################
66

7-
MBEDTLS_commit=mbedtls-2.26.0-16450-g2e24f78c0
8-
NRFXLIB_commit=v2.7.0-113-g823dc448
7+
MBEDTLS_commit=v3.6.2-ncs1-rc1-0-g98603a8c9
8+
NRFXLIB_commit=v2.8.0-rc1-0-gd5d7c455
99
OpenThread_commit=ncs-thread-reference-20241002-0-gee86dc26d
1010
NRFXLIB_RELEASE_TAG=v2.8.0
1111

Binary file not shown.
Binary file not shown.

openthread/lib/nrf52840/hard-float/v1.3/mtd/openthread_lib_configuration.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ GCC_version: arm-zephyr-eabi-gcc (Zephyr SDK 0.16.8) 12.2.0
44

55
###################### SDK Version ###########################
66

7-
MBEDTLS_commit=mbedtls-2.26.0-16450-g2e24f78c0
8-
NRFXLIB_commit=v2.7.0-113-g823dc448
7+
MBEDTLS_commit=v3.6.2-ncs1-rc1-0-g98603a8c9
8+
NRFXLIB_commit=v2.8.0-rc1-0-gd5d7c455
99
OpenThread_commit=ncs-thread-reference-20241002-0-gee86dc26d
1010
NRFXLIB_RELEASE_TAG=v2.8.0
1111

@@ -84,6 +84,7 @@ CONFIG_OPENTHREAD_THREAD_VERSION=1.3
8484
CONFIG_OPENTHREAD_THREAD_VERSION_1_3=y
8585
CONFIG_OPENTHREAD_TMF_ADDRESS_CACHE_ENTRIES=20
8686
CONFIG_OPENTHREAD_TMF_ADDRESS_CACHE_MAX_SNOOP_ENTRIES=2
87+
CONFIG_OPENTHREAD_UPTIME=y
8788
CONFIG_OPENTHREAD_XPANID=de:ad:00:be:ef:00:ca:fe
8889
OT_15_4=ON
8990
OT_ANDROID_NDK=
@@ -213,7 +214,7 @@ OT_TREL=OFF
213214
OT_TX_BEACON_PAYLOAD=OFF
214215
OT_TX_QUEUE_STATS=OFF
215216
OT_UDP_FORWARD=OFF
216-
OT_UPTIME=OFF
217+
OT_UPTIME=ON
217218
OT_VENDOR_EXTENSION=
218219
OT_VENDOR_MODEL=
219220
OT_VENDOR_NAME=
0 Bytes
Binary file not shown.

openthread/lib/nrf52840/hard-float/v1.4/ftd/openthread_lib_configuration.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ GCC_version: arm-zephyr-eabi-gcc (Zephyr SDK 0.16.8) 12.2.0
44

55
###################### SDK Version ###########################
66

7-
MBEDTLS_commit=mbedtls-2.26.0-16450-g2e24f78c0
8-
NRFXLIB_commit=v2.7.0-113-g823dc448
7+
MBEDTLS_commit=v3.6.2-ncs1-rc1-0-g98603a8c9
8+
NRFXLIB_commit=v2.8.0-rc1-0-gd5d7c455
99
OpenThread_commit=ncs-thread-reference-20241002-0-gee86dc26d
1010
NRFXLIB_RELEASE_TAG=v2.8.0
1111

0 commit comments

Comments
 (0)