Skip to content

Commit dcbcd4f

Browse files
committed
[NXP] Updating ot-nxp submodule version to latest NXP release
Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>
1 parent 4f9c3dd commit dcbcd4f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/build/builders/rw61x.py

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ def GnBuildArgs(self):
9999

100100
if self.enable_thread:
101101
args.append('chip_enable_openthread=true chip_inet_config_enable_ipv4=false')
102+
if self.enable_wifi:
103+
args.append('openthread_root=\"//third_party/connectedhomeip/third_party/openthread/ot-nxp/openthread-br\"')
102104

103105
if self.enable_factory_data:
104106
args.append('chip_with_factory_data=1')

third_party/openthread/ot-nxp

Submodule ot-nxp updated 62 files

0 commit comments

Comments
 (0)