Skip to content

Commit 20a55de

Browse files
[Silabs] Reduce code size for the Lighting-app (#32876)
* Reduce code size for the silabs Lighting-app * Fix Wifi breakage
1 parent 845ce9b commit 20a55de

File tree

8 files changed

+189
-1130
lines changed

8 files changed

+189
-1130
lines changed

examples/lighting-app/silabs/build_for_wifi_args.gni

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ silabs_sdk_target = get_label_info(":sdk", "label_no_toolchain")
1818
chip_enable_openthread = false
1919
import("${chip_root}/src/platform/silabs/wifi_args.gni")
2020

21+
# Not needed for the Lighting-app
22+
chip_enable_read_client = false
23+
2124
chip_enable_ota_requestor = true
2225
app_data_model =
2326
"${chip_root}/examples/lighting-app/silabs/data_model:silabs-lighting"

0 commit comments

Comments
 (0)