File tree 1 file changed +6
-1
lines changed
third_party/openthread/platforms/nxp/rt/rw61x
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ import("${nxp_sdk_build_root}/${nxp_sdk_name}/${nxp_sdk_name}.gni")
26
26
openthread_nxp_root = " ${ chip_root } /third_party/openthread/ot-nxp"
27
27
28
28
config (" openthread_rw61x_config" ) {
29
+ defines = []
29
30
include_dirs = [
30
31
" ${ openthread_nxp_root } /src/common" ,
31
32
" ${ openthread_nxp_root } /src/common/br" ,
@@ -38,7 +39,7 @@ config("openthread_rw61x_config") {
38
39
include_dirs += [ " ${ openthread_nxp_root } /src/common/spinel" ]
39
40
}
40
41
if (chip_enable_wifi && chip_enable_openthread ) {
41
- defines = [
42
+ defines + = [
42
43
" OPENTHREAD_CONFIG_BORDER_ROUTER_ENABLE=1" ,
43
44
" OPENTHREAD_CONFIG_COMMISSIONER_ENABLE=1" ,
44
45
" OPENTHREAD_CONFIG_BORDER_ROUTING_ENABLE=1" ,
@@ -53,6 +54,10 @@ config("openthread_rw61x_config") {
53
54
" OPENTHREAD_CONFIG_GENERIC_TASKLET_ENABLE=1" ,
54
55
]
55
56
}
57
+ # ot cli configs
58
+ defines += [
59
+ " OPENTHREAD_CONFIG_PING_SENDER_ENABLE=1"
60
+ ]
56
61
}
57
62
58
63
# Config used by the openthread stack to get the path to OpenthreadConfig.h
You can’t perform that action at this time.
0 commit comments