Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/silabs-builds-siwx.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
"arguments": ["--output_suffix copy-sources", "--copy-sources"]
}
],
"lighting_app": [
{
"boards": ["brd4338a"],
"arguments": ["--output_suffix lto", "--with_app toolchain_gcc_lto", "--without_app matter_shell,matter_qr_code,matter_lcd"]
}
],
"platform_template": [
{
"boards": ["brd4338a", "brd4343a", "brd4342a"],
Expand Down Expand Up @@ -67,6 +73,16 @@
"arguments": ["--output_suffix m-ota-enc",
"--without_app matter_ota_support",
"--with_app matter_multi_image_ota,matter_multi_image_ota_encryption,matter_multi_image_custom_processor"]
},
{
"boards": ["brd4338a", "brd4342a", "brd4343a"],
"arguments": ["--output_suffix lto",
"--with_app toolchain_gcc_lto"]
},
{
"boards": ["brd4338a", "brd4342a"],
"arguments": ["--output_suffix lto-ota-2", "--with_app toolchain_gcc_lto",
"'--configuration CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION:2,CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION_STRING:\"2\"'"]
}
],
"lock_app" :[
Expand All @@ -75,6 +91,11 @@
"arguments": ["--output_suffix ota-2",
"'--configuration CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION:2,CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION_STRING:\"2\"'"]
},
{
"boards": ["brd4338a", "brd4342a", "brd4343a"],
"arguments": ["--output_suffix lto",
"--with_app toolchain_gcc_lto"]
},
{
"boards": ["brd4338a"],
"arguments": ["--output_suffix low-power",
Expand Down
4 changes: 4 additions & 0 deletions .github/silabs-builds-sixg301.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
{
"boards": ["brd1019a,SIMG301M113WIH"],
"arguments": ["--output_suffix sequential-copy-sources","--with_app matter_zigbee_sequential", "--copy-sources"]
},
{
"boards": ["brd4407a"],
"arguments": ["--output_suffix lto", "--with_app matter_no_debug,toolchain_gcc_lto", "--without_app matter_shell,matter_qr_code,matter_lcd", "-pids application"]
}
],
"thermostat": [
Expand Down
Loading