Skip to content

Commit c857d7d

Browse files
maciejbaczmanskinordicjm
authored andcommitted
[nrf fromlist] manifest: openthread: Regular OpenThread upmerge
Update OpenThread up to `2aeb8b8` and align KConfig options Upstream PR: zephyrproject-rtos/zephyr#79180 Signed-off-by: Maciej Baczmanski <[email protected]>
1 parent 4322f51 commit c857d7d

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

modules/openthread/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ kconfig_to_ot_option(CONFIG_OPENTHREAD_BACKBONE_ROUTER_MULTICAST_ROUTING OT_BACK
4545
kconfig_to_ot_option(CONFIG_OPENTHREAD_BLE_TCAT OT_BLE_TCAT "Enable BLE TCAT support")
4646
kconfig_to_ot_option(CONFIG_OPENTHREAD_BORDER_AGENT OT_BORDER_AGENT "Enable Border Agent")
4747
kconfig_to_ot_option(CONFIG_OPENTHREAD_BORDER_AGENT_EPHEMERAL_KEY_ENABLE OT_BORDER_AGENT_EPSKC "Border agent ephemeral PSKc")
48+
kconfig_to_ot_option(CONFIG_OPENTHREAD_BORDER_AGENT_ID OT_BORDER_AGENT_ID "Create and save border agent ID")
4849
kconfig_to_ot_option(CONFIG_OPENTHREAD_BORDER_ROUTER OT_BORDER_ROUTER "Enable Border Router")
4950
kconfig_to_ot_option(CONFIG_OPENTHREAD_BORDER_ROUTING OT_BORDER_ROUTING "Enable Border routing")
5051
kconfig_to_ot_option(CONFIG_OPENTHREAD_BORDER_ROUTING_COUNTERS OT_BORDER_ROUTING_COUNTERS "Enable Border routing counters")
@@ -70,8 +71,10 @@ kconfig_to_ot_option(CONFIG_OPENTHREAD_DNS_CLIENT OT_DNS_CLIENT "Enable DNS clie
7071
kconfig_to_ot_option(CONFIG_OPENTHREAD_DNS_CLIENT_OVER_TCP OT_DNS_CLIENT_OVER_TCP "Enable dns query over tcp")
7172
kconfig_to_ot_option(CONFIG_OPENTHREAD_DNS_DSO OT_DNS_DSO "Enable DNS Stateful Operations (DSO) support")
7273
kconfig_to_ot_option(CONFIG_OPENTHREAD_DNS_UPSTREAM_QUERY OT_DNS_UPSTREAM_QUERY "Enable forwarding DNS queries to upstream")
74+
kconfig_to_ot_option(CONFIG_OPENTHREAD_DNSSD_DISCOVERY_PROXY OT_DNSSD_DISCOVERY_PROXY "Enable DNS-SD discovery proxy support")
7375
kconfig_to_ot_option(CONFIG_OPENTHREAD_DNSSD_SERVER OT_DNSSD_SERVER "Enable DNS-SD server support")
7476
kconfig_to_ot_option(CONFIG_OPENTHREAD_DUA OT_DUA "Enable Domain Unicast Address feature for Thread 1.2")
77+
kconfig_to_ot_option(CONFIG_OPENTHREAD_DYNAMIC_STORE_FRAME_AHEAD_COUNTER OT_DYNAMIC_STORE_FRAME_AHEAD_COUNTER "Enable dynamic store frame ahead counter")
7578
kconfig_to_ot_option(CONFIG_OPENTHREAD_ECDSA OT_ECDSA "Enable ECDSA support")
7679
kconfig_to_ot_option(CONFIG_OPENTHREAD_ENABLE_SERVICE OT_SERVICE "Enable Service entries in Thread Network Data")
7780
kconfig_to_ot_option(CONFIG_OPENTHREAD_EXTERNAL_HEAP OT_EXTERNAL_HEAP "Enable external heap support")
@@ -99,6 +102,7 @@ kconfig_to_ot_option(CONFIG_OPENTHREAD_NAT64_BORDER_ROUTING OT_NAT64_BORDER_ROUT
99102
kconfig_to_ot_option(CONFIG_OPENTHREAD_NAT64_TRANSLATOR OT_NAT64_TRANSLATOR "Enable NAT64 translator")
100103
kconfig_to_ot_option(CONFIG_OPENTHREAD_NEIGHBOR_DISCOVERY_AGENT OT_NEIGHBOR_DISCOVERY_AGENT "Enable neighbor discovery agent support")
101104
kconfig_to_ot_option(CONFIG_OPENTHREAD_NETDIAG_CLIENT OT_NETDIAG_CLIENT "Enable TMF network diagnostics on clients")
105+
kconfig_to_ot_option(CONFIG_OPENTHREAD_NETDIAG_VENDOR_INFO OT_NETDIAG_VENDOR_INFO "Allow setting vendor info at runtime")
102106
kconfig_to_ot_option(CONFIG_OPENTHREAD_NETDATA_PUBLISHER OT_NETDATA_PUBLISHER "Enable Thread Network Data publisher")
103107
kconfig_to_ot_option(CONFIG_OPENTHREAD_OPERATIONAL_DATASET_AUTO_INIT OT_OPERATIONAL_DATASET_AUTO_INIT "Enable operational dataset auto init")
104108
kconfig_to_ot_option(CONFIG_OPENTHREAD_OTNS OT_OTNS "Enable OTNS support")

modules/openthread/Kconfig.features

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ config OPENTHREAD_BORDER_AGENT
5252
config OPENTHREAD_BORDER_AGENT_EPHEMERAL_KEY_ENABLE
5353
bool "Border agent ephemeral PSKc"
5454

55+
config OPENTHREAD_BORDER_AGENT_ID
56+
bool "Create and save border agent ID"
57+
5558
config OPENTHREAD_BORDER_ROUTER
5659
bool "Border Router support"
5760

@@ -150,6 +153,9 @@ config OPENTHREAD_DNS_UPSTREAM_QUERY
150153
help
151154
Enable forwarding DNS queries to platform DNS upstream API
152155

156+
config OPENTHREAD_DNSSD_DISCOVERY_PROXY
157+
bool "DNS-SD discovery proxy support"
158+
153159
config OPENTHREAD_DNSSD_SERVER
154160
bool "DNS-SD server support"
155161

@@ -158,6 +164,9 @@ config OPENTHREAD_DUA
158164
help
159165
Enable Domain Unicast Address feature for Thread 1.2
160166

167+
config OPENTHREAD_DYNAMIC_STORE_FRAME_AHEAD_COUNTER
168+
bool "Dynamic store frame ahead counter"
169+
161170
config OPENTHREAD_ECDSA
162171
bool "ECDSA support"
163172

@@ -248,6 +257,9 @@ config OPENTHREAD_NAT64_TRANSLATOR
248257
config OPENTHREAD_NETDIAG_CLIENT
249258
bool "TMF network diagnostics on client"
250259

260+
config OPENTHREAD_NETDIAG_VENDOR_INFO
261+
bool "Allow setting vendor info at runtime"
262+
251263
config OPENTHREAD_NEIGHBOR_DISCOVERY_AGENT
252264
bool "Neighbor discovery agent support"
253265

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ manifest:
301301
revision: da78aea63159771956fe0c9263f2e6985b66e9d5
302302
path: modules/lib/open-amp
303303
- name: openthread
304-
revision: e10a92570f94ff1e0bc5e0da9ecf0ee135d955a6
304+
revision: 2aeb8b833ba760ec29d5f340dd1ce7bcb61c5d56
305305
path: modules/lib/openthread
306306
- name: percepio
307307
path: modules/debug/percepio

0 commit comments

Comments
 (0)