net: openthread: regular openthread upmerge to f7690fe
Adding new kconfig option: CONFIG_OPENTHREAD_TX_QUEUE_STATISTICS Signed-off-by: Przemyslaw Bida <przemyslaw.bida@nordicsemi.no>
This commit is contained in:
parent
f68cee9405
commit
54c991b8f2
3 changed files with 10 additions and 1 deletions
|
@ -458,6 +458,12 @@ else()
|
|||
set(OT_TX_BEACON_PAYLOAD OFF CACHE BOOL "Enable tx beacon payload support" FORCE)
|
||||
endif()
|
||||
|
||||
if(CONFIG_OPENTHREAD_TX_QUEUE_STATISTICS)
|
||||
set(OT_TX_QUEUE_STATS ON CACHE BOOL "Enable tx queue statistics" FORCE)
|
||||
else()
|
||||
set(OT_TX_QUEUE_STATS OFF CACHE BOOL "Enable tx queue statistics" FORCE)
|
||||
endif()
|
||||
|
||||
if(CONFIG_OPENTHREAD_UDP_FORWARD)
|
||||
set(OT_UDP_FORWARD ON CACHE BOOL "Enable UDP forward feature" FORCE)
|
||||
else()
|
||||
|
|
|
@ -292,6 +292,9 @@ config OPENTHREAD_TREL
|
|||
config OPENTHREAD_TX_BEACON_PAYLOAD
|
||||
bool "TX beacon payload support"
|
||||
|
||||
config OPENTHREAD_TX_QUEUE_STATISTICS
|
||||
bool "TX queue statistics support"
|
||||
|
||||
config OPENTHREAD_UDP_FORWARD
|
||||
bool "UDP forward support"
|
||||
|
||||
|
|
2
west.yml
2
west.yml
|
@ -293,7 +293,7 @@ manifest:
|
|||
revision: c904a01d4a882bcbb39987e0e2ce5308f49ac7ad
|
||||
path: modules/lib/open-amp
|
||||
- name: openthread
|
||||
revision: 37fb77098982d17555dd7a3f58832714bb9df56e
|
||||
revision: f7690fe7e9d638341921808cba6a3e695ec0131e
|
||||
path: modules/lib/openthread
|
||||
- name: picolibc
|
||||
path: modules/lib/picolibc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue