File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
examples/platform/silabs/wifi Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ void wfx_retry_connection(uint16_t retryAttempt)
219219 return ;
220220 }
221221#if CHIP_CONFIG_ENABLE_ICD_SERVER && SLI_SI91X_MCU_INTERFACE
222- wfx_rsi_power_save (RSI_SLEEP_MODE_8, STANDBY_POWER_SAVE_WITH_RAM_RETENTION );
222+ wfx_rsi_power_save (RSI_SLEEP_MODE_8, ASSOCIATED_POWER_SAVE );
223223#endif // CHIP_CONFIG_ENABLE_ICD_SERVER && SLI_SI91X_MCU_INTERFACE
224224 ChipLogProgress (DeviceLayer, " wfx_retry_connection : Next attempt after %d Seconds" , retryInterval);
225225 retryInterval += retryInterval;
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ source_set("efr32_test_main") {
114114 ]
115115
116116 include_dirs = [ " ${ chip_root } /examples/common/pigweed/efr32" ]
117+ public_configs = [ " :efr32_ldflags" ]
117118}
118119
119120# This target is referred to by BuildRoot in scripts/build/builders/efr32.py, as well as the example in README.md.
Original file line number Diff line number Diff line change 1515import (" //build_overrides/chip.gni" )
1616import (" //build_overrides/pigweed.gni" )
1717import (" ${ chip_root } /config/efr32/lib/pw_rpc/pw_rpc.gni" )
18- import (" ${ chip_root } /examples/platform/silabs/args.gni" )
1918import (" ${ chip_root } /src/platform/silabs/efr32/args.gni" )
20- import (" ${ chip_root } /third_party/silabs/silabs_board.gni" ) # silabs_family
2119
2220silabs_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
2321
@@ -46,9 +44,3 @@ pw_unit_test_MAIN = "//:efr32_test_main"
4644# Additional variables needed by silabs_executable that must be passed in to pw_test.
4745test_executable_output_name = " matter-silabs-device_tests-"
4846test_executable_output_name_suffix = " .out"
49- _ldscript =
50- " ${ chip_root } /examples/platform/silabs/ldscripts/${ silabs_family } .ld"
51- test_executable_ldflags = [
52- " -T" + rebase_path (_ldscript , root_build_dir ),
53- " -Wl,--no-warn-rwx-segment" ,
54- ]
You can’t perform that action at this time.
0 commit comments