diff --git a/Jenkinsfile b/Jenkinsfile index 6c7e0e34dc9951..d312f06ae0ff53 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" diff --git a/examples/lighting-app/silabs/openthread.gn b/examples/lighting-app/silabs/openthread.gn index b05216fc9d7eae..27aa6c766a17e6 100644 --- a/examples/lighting-app/silabs/openthread.gn +++ b/examples/lighting-app/silabs/openthread.gn @@ -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") }