File tree 4 files changed +7
-1
lines changed
4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ chip_enable_openthread = true
25
25
openthread_external_platform =
26
26
" ${ chip_root } /third_party/openthread/platforms/efr32:libopenthread-efr32"
27
27
28
+ sl_enable_test_event_trigger = true
29
+
28
30
# ICD Default configurations
29
31
chip_enable_icd_server = true
30
32
chip_subscription_timeout_resumption = false
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ import("${chip_root}/src/platform/silabs/wifi_args.gni")
21
21
chip_enable_ota_requestor = true
22
22
app_data_model = " ${ chip_root } /examples/lock-app/lock-common"
23
23
24
+ sl_enable_test_event_trigger = true
25
+
24
26
# ICD Default configurations
25
27
chip_enable_icd_server = true
26
28
chip_subscription_timeout_resumption = false
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ chip_enable_openthread = true
25
25
openthread_external_platform =
26
26
" ${ chip_root } /third_party/openthread/platforms/efr32:libopenthread-efr32"
27
27
28
+ sl_enable_test_event_trigger = true
29
+
28
30
# ICD Default configurations
29
31
chip_enable_icd_server = true
30
32
chip_subscription_timeout_resumption = false
Original file line number Diff line number Diff line change 193
193
shift
194
194
;;
195
195
--icd)
196
- optArgs+=" chip_enable_icd_server=true chip_openthread_ftd=false "
196
+ optArgs+=" chip_enable_icd_server=true chip_openthread_ftd=false sl_enable_test_event_trigger=true "
197
197
shift
198
198
;;
199
199
--low-power)
You can’t perform that action at this time.
0 commit comments