Skip to content

Conversation

@jmartinez-silabs
Copy link
Contributor

Issue Link:
n/a

Description of Problem/Feature:
While working on #324, I noticed that matter_thread_coap_cert_libs component didn't exist anymore and was conditional on a few configuration defines in all our thread slcp. This indicates that this listed configuration are not needed/used.

Description of Fix/Solution:

  • remove the configuration that were enabled on matter_thread_coap_cert_libs condition.
  • add a condition [ot_coap_cert_libs] on SL_MBEDTLS_KEY_EXCHANGE_PSK_ENABLED configuration. It is only required when using thread cert libs

Testing Done:
Build and commission the thread lighting-app.

…t exist. Add condition to SL_MBEDTLS_KEY_EXCHANGE_PSK_ENABLED as it is only needed for thread coap lib
Copilot AI review requested due to automatic review settings December 11, 2025 22:44
@jmartinez-silabs jmartinez-silabs requested a review from a team as a code owner December 11, 2025 22:44
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes unused configuration entries from Thread application SLCP files after discovering that the matter_thread_coap_cert_libs component no longer exists. The cleanup involves removing configurations that were conditionally enabled based on this nonexistent component and updating the condition for SL_MBEDTLS_KEY_EXCHANGE_PSK_ENABLED to use the correct ot_coap_cert_libs condition.

Key changes:

  • Removed unused ECDHE-ECDSA and CoAP configurations conditioned on nonexistent components
  • Updated SL_MBEDTLS_KEY_EXCHANGE_PSK_ENABLED to be conditional on ot_coap_cert_libs

Reviewed changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
slc/apps/window-app/thread/window-app.slcp Removed obsolete configurations and updated PSK condition
slc/apps/thermostat/thread/thermostat.slcp Removed obsolete configurations and updated PSK condition
slc/apps/refrigerator-app/thread/refrigerator-app.slcp Removed obsolete configurations and updated PSK condition (incomplete cleanup)
slc/apps/platform-template/thread/platform-template.slcp Removed obsolete configurations and updated PSK condition
slc/apps/performance-test-app/thread/performance-test-app.slcp Removed obsolete configurations and updated PSK condition
slc/apps/onoff-plug-app/thread/onoff-plug-app.slcp Removed obsolete configurations and updated PSK condition
slc/apps/multi-sensor-app/thread/multi-sensor-app.slcp Removed obsolete configurations and updated PSK condition
slc/apps/lock-app/thread/lock-app.slcp Removed obsolete configurations and updated PSK condition
slc/apps/lighting-app/thread/trustzone/lighting-ns.slcp Removed obsolete configurations and updated PSK condition
slc/apps/lighting-app/thread/lighting-app.slcp Removed obsolete configurations and updated PSK condition
slc/apps/light-switch-app/thread/light-switch-app.slcp Removed obsolete configurations and updated PSK condition
slc/apps/fan-control-app/thread/fan-control-app.slcp Removed obsolete configurations and updated PSK condition
slc/apps/dishwasher-app/thread/dishwasher-app.slcp Removed obsolete configurations and updated PSK condition
slc/apps/closure-app/thread/closure-app.slcp Removed obsolete configurations and updated PSK condition
slc/apps/air-quality-sensor-app/thread/air-quality-sensor-app.slcp Removed obsolete configurations and updated PSK condition

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants