Skip to content

Commit c17bbcc

Browse files
[Silabs] Update silabs sisdk v2025.6.1 and Wiseconnect 3.5.1 (project-chip#40667)
* Bump silabs submodules to use new skds. Update matter-platform.slcp components * Update silabs workflows to use last image. Pull merged matter_support commit
1 parent 6e50acf commit c17bbcc

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

.github/workflows/examples-efr32.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: github.actor != 'restyled-io[bot]'
4242

4343
container:
44-
image: ghcr.io/project-chip/chip-build-efr32:162
44+
image: ghcr.io/project-chip/chip-build-efr32:164
4545
volumes:
4646
- "/tmp/bloat_reports:/tmp/bloat_reports"
4747
steps:

.github/workflows/release_artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565

6666
container:
67-
image: ghcr.io/project-chip/chip-build-efr32:162
67+
image: ghcr.io/project-chip/chip-build-efr32:164
6868
steps:
6969
- name: Checkout
7070
uses: actions/checkout@v5

examples/platform/silabs/matter-platform.slcp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ component:
4242
# Platform support
4343
- {id: cpp_support}
4444
- {id: sl_main}
45+
- id: common_token_manager
46+
condition: [device_series_3]
47+
- id: common_token_manager_dynamic
48+
condition: [device_series_3]
4549
- {id: device_init}
4650
- {id: memory_manager}
4751
- {id: silabs_core_memory_manager}
@@ -118,6 +122,9 @@ configuration:
118122
- {name: SL_BT_RTOS_EVENT_HANDLER_STACK_SIZE, value: 1536}
119123
- {name: SL_MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS, value: 1}
120124
- {name: SL_OPENTHREAD_ENABLE_SERIAL_TASK, value: 0}
125+
- condition: [device_series_3]
126+
name: SL_TOKEN_MANAGER_STATIC_SECURE_TOKEN_SIZE
127+
value: 8192
121128

122129
requires:
123130
- condition: [device_series_2]

third_party/silabs/matter_support

Submodule matter_support updated 131 files

third_party/silabs/simplicity_sdk

Submodule simplicity_sdk updated 1579 files

third_party/silabs/wifi_sdk

Submodule wifi_sdk updated 585 files

0 commit comments

Comments
 (0)