net: openthread: Openthread upmerge to 4ed44bc

This commit bumps openthread commit to `4ed44bc`
and implements `CONFIG_OPENTHREAD_MULTIPAN_RCP` option.

Signed-off-by: Przemyslaw Bida <przemyslaw.bida@nordicsemi.no>
This commit is contained in:
Przemyslaw Bida 2023-12-05 13:48:37 +01:00 committed by Fabio Baltieri
parent 825bc325d2
commit 8f2b7a121b
3 changed files with 10 additions and 1 deletions

View File

@ -334,6 +334,12 @@ else()
set(OT_MLR OFF CACHE BOOL "Enable Multicast Listener Registration feature for Thread 1.2" FORCE)
endif()
if(CONFIG_OPENTHREAD_MULTIPAN_RCP)
set(OT_MULTIPAN_RCP ON CACHE BOOL "Enable Multi-PAN RCP" FORCE)
else()
set(OT_MULTIPAN_RCP OFF CACHE BOOL "Enable Multi-PAN RCP" FORCE)
endif()
if(CONFIG_OPENTHREAD_MULTIPLE_INSTANCE)
set(OT_MULTIPLE_INSTANCE ON CACHE BOOL "Enable multiple instances" FORCE)
else()

View File

@ -214,6 +214,9 @@ config OPENTHREAD_MLR
help
Enable Multicast Listener Registration support for Thread 1.2
config OPENTHREAD_MULTIPAN_RCP
bool "OpenThread multipan rcp"
config OPENTHREAD_MULTIPLE_INSTANCE
bool "OpenThread multiple instances"

View File

@ -301,7 +301,7 @@ manifest:
revision: 214f9fc1539f8e5937c0474cb6ee29b6dcb2d4b8
path: modules/lib/open-amp
- name: openthread
revision: 75694d2860282d216d7286f3956388e957c7cfb5
revision: 4ed44bc7d58d9a98c6cca13a50d38129045ab3df
path: modules/lib/openthread
- name: percepio
path: modules/debug/percepio