Skip to content

Commit

Permalink
Patches to reduce code size of MG12 lighting-app and MG12+wf200 ligth…
Browse files Browse the repository at this point in the history
…-switch
  • Loading branch information
jmartinez-silabs committed Oct 17, 2023
1 parent e0f16f6 commit 1062496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,8 @@ def buildWiFiExample(app, buildCustom, ota_automation=false, config_args='')
{
args = args + " is_debug=false"

// TODO : MG12 + lock-app + WF200 does not currently fit within flash so disabling chip logging as well
if (app == "lock-app" || app == "lighting-app")
// TODO : MG12 + WF200 with the following apps does not currently fit within flash so disabling chip logging as well
if (app == "lock-app" || app == "lighting-app" || app == "light-switch-app")
{
// enabling matter shell and disabling the chip logs for the wf200 lock app only due to memory overflow
args = args + " chip_logging=false chip_build_libshell=true"
Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/silabs/openthread.gn
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ check_system_includes = true
default_args = {
target_cpu = "arm"
target_os = "freertos"
chip_openthread_ftd = true
chip_openthread_ftd = false

import("//openthread.gni")
}

0 comments on commit 1062496

Please sign in to comment.