[WIP] Adding Dual Stack lock example slcp with BLE on efr32#492
Draft
sabollim-silabs wants to merge 1 commit intomainfrom
Draft
[WIP] Adding Dual Stack lock example slcp with BLE on efr32#492sabollim-silabs wants to merge 1 commit intomainfrom
sabollim-silabs wants to merge 1 commit intomainfrom
Conversation
| - id: wifi | ||
| - id: basic_network_config_manager | ||
| - id: sl_si91x_basic_buffers | ||
| - id: sl_si91x_wireless |
There was a problem hiding this comment.
Missing from: directives for SDK extension components
Medium Severity
Every existing .slcp file in this project (e.g., lock-app-917-ncp.slcp, air-quality-sensor-app.slcp) consistently specifies from: matter for Matter extension components and from: wiseconnect3_sdk for WiSeConnect components. This new file omits all from: directives for dozens of components from both SDK extensions. This breaks the established convention and risks component resolution ambiguity.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Issue Link:
Few changes are needed in matter_sdk, which should be merged into CSA and pulled into matter_sdk main, before merging this PR.
Description of Problem/Feature:
Allegion Dual Stack architecture required the BLE on EFR32 and disbale 917 BLE.
Description of Fix/Solution:
Added new slcp and slcw for lock app example to implement Dual stack architecture.
Added changes to siw917_ncp to include EFR32 BLE files
Testing Done:
Build succesful and BLE commissioning validated
Note
Medium Risk
Primarily build/configuration changes, but they alter BLE platform selection and compilation inputs for SiWx917 NCP vs EFR32, which can cause runtime commissioning or link/build regressions if misconfigured.
Overview
Introduces a new
lock-app-917-ncp-dual-stackapplication (.slcp) and workspace (.slcw) that packages the Matter WiFi lock example together with a bootloader and updated SDK extension versions.Updates the
siwx917_ncpcomponent to make BLE integration conditional: SiWx917 BLE headers/sources andSLI_SI91X_ENABLE_BLEare excluded whenmatter_bleis enabled, and EFR32BLEManagerImpl.cppis used instead; also adds an additional BLE SDK include (rsi_common_apis.h) and refreshes component description text.Written by Cursor Bugbot for commit c1dc723. This will update automatically on new commits. Configure here.