Skip to content

Commit b8d1181

Browse files
[SIlabs]Update to latest sdks (#38762)
* bump silabs sdks submodules * WIP - Add gn support for new sdk versions. Bump docker image for ci * Revert to using older linker file and tartup_common_RS1xxxx * used merged matter_support sha * Use new startup code for si917 * Bump matter_support with provision lib fix. Remove unused files * Add missing include path for 917 ncp builds --------- Co-authored-by: Andrei Litvin <[email protected]>
1 parent e1f80c6 commit b8d1181

File tree

10 files changed

+160
-204
lines changed

10 files changed

+160
-204
lines changed

.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:127
44+
image: ghcr.io/project-chip/chip-build-efr32:129
4545
volumes:
4646
- "/tmp/bloat_reports:/tmp/bloat_reports"
4747
steps:

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,17 +213,17 @@
213213
[submodule "third_party/silabs/simplicity_sdk"]
214214
path = third_party/silabs/simplicity_sdk
215215
url = https://github.com/SiliconLabs/simplicity_sdk.git
216-
branch = v2024.12.1-0
216+
branch = v2024.12.2
217217
platforms = silabs
218218
[submodule "third_party/silabs/wiseconnect-wifi-bt-sdk"]
219219
path = third_party/silabs/wiseconnect-wifi-bt-sdk
220220
url = https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git
221-
branch = 2.11.2
221+
branch = 2.11.4
222222
platforms = silabs
223223
[submodule "third_party/silabs/wifi_sdk"]
224224
path = third_party/silabs/wifi_sdk
225225
url = https://github.com/SiliconLabs/wiseconnect.git
226-
branch = v3.4.1
226+
branch = v3.4.2
227227
platforms = silabs
228228
[submodule "editline"]
229229
path = third_party/editline/repo

0 commit comments

Comments
 (0)