Skip to content

Commit 09b7d4b

Browse files
[Silabs] Bump Simplicity SDK to 2024.6.2 (#36213) (#36222)
1 parent 68f0437 commit 09b7d4b

File tree

9 files changed

+19
-17
lines changed

9 files changed

+19
-17
lines changed

.github/workflows/examples-efr32.yaml

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

.github/workflows/release_artifacts.yaml

+1-1
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:84
67+
image: ghcr.io/project-chip/chip-build-efr32:85
6868
steps:
6969
- name: Checkout
7070
uses: actions/checkout@v4

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
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.6.1-0
216+
branch = v2024.6.2
217217
platforms = silabs
218218
[submodule "third_party/silabs/wiseconnect-wifi-bt-sdk"]
219219
path = third_party/silabs/wiseconnect-wifi-bt-sdk

integrations/cloudbuild/smoke-test.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
steps:
2-
- name: "ghcr.io/project-chip/chip-build-vscode:84"
2+
- name: "ghcr.io/project-chip/chip-build-vscode:85"
33
entrypoint: "bash"
44
args:
55
- "-c"
66
- |
77
git config --global --add safe.directory "*"
88
python scripts/checkout_submodules.py --shallow --recursive --platform esp32 nrfconnect silabs linux android
99
id: Submodules
10-
- name: "ghcr.io/project-chip/chip-build-vscode:84"
10+
- name: "ghcr.io/project-chip/chip-build-vscode:85"
1111
# NOTE: silabs boostrap is NOT done with the rest as it requests a conflicting
1212
# jinja2 version (asks for 3.1.3 when constraints.txt asks for 3.0.3)
1313
env:
@@ -24,7 +24,7 @@ steps:
2424
path: /pwenv
2525
timeout: 900s
2626

27-
- name: "ghcr.io/project-chip/chip-build-vscode:84"
27+
- name: "ghcr.io/project-chip/chip-build-vscode:85"
2828
id: ESP32
2929
env:
3030
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -45,7 +45,7 @@ steps:
4545
volumes:
4646
- name: pwenv
4747
path: /pwenv
48-
- name: "ghcr.io/project-chip/chip-build-vscode:84"
48+
- name: "ghcr.io/project-chip/chip-build-vscode:85"
4949
id: NRFConnect
5050
env:
5151
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -66,7 +66,7 @@ steps:
6666
- name: pwenv
6767
path: /pwenv
6868

69-
- name: "ghcr.io/project-chip/chip-build-vscode:84"
69+
- name: "ghcr.io/project-chip/chip-build-vscode:85"
7070
id: EFR32
7171
env:
7272
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -88,7 +88,7 @@ steps:
8888
- name: pwenv
8989
path: /pwenv
9090

91-
- name: "ghcr.io/project-chip/chip-build-vscode:84"
91+
- name: "ghcr.io/project-chip/chip-build-vscode:85"
9292
id: Linux
9393
env:
9494
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -141,7 +141,7 @@ steps:
141141
- name: pwenv
142142
path: /pwenv
143143

144-
- name: "ghcr.io/project-chip/chip-build-vscode:84"
144+
- name: "ghcr.io/project-chip/chip-build-vscode:85"
145145
id: Android
146146
env:
147147
- PW_ENVIRONMENT_ROOT=/pwenv

third_party/openthread/platforms/efr32/BUILD.gn

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,16 @@ source_set("libopenthread-efr32") {
6565
"${sl_ot_efr32_root}/flash.c",
6666
"${sl_ot_efr32_root}/ieee802154-packet-utils.cpp",
6767
"${sl_ot_efr32_root}/misc.c",
68-
"${sl_ot_efr32_root}/radio.c",
6968
"${sl_ot_efr32_root}/radio_coex.c",
7069
"${sl_ot_efr32_root}/radio_extension.c",
7170
"${sl_ot_efr32_root}/radio_power_manager.c",
7271
"${sl_ot_efr32_root}/sl_gp_interface.c",
7372
"${sl_ot_efr32_root}/sleep.c",
7473
"${sl_ot_efr32_root}/soft_source_match_table.c",
7574
"${sl_ot_efr32_root}/system.c",
75+
76+
# Temporary file until the files in the SI SDK is fixed
77+
"${sdk_support_root}/protocol/openthread/platform-abstraction/efr32/radio.c",
7678
]
7779

7880
include_dirs = [ "${openthread_root}/examples/platforms/utils" ]

third_party/silabs/BUILD.gn

+3-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@ if (wifi_soc != true) { # CCP board
206206
"${openthread_root}/src/core/mac/mac_frame.cpp",
207207
"${openthread_root}/src/core/mac/sub_mac.cpp",
208208
"${openthread_root}/src/core/thread/mle.cpp",
209-
"${sl_ot_platform_abstraction}/efr32/radio.c",
209+
210+
# Temporary file until the files in the SI SDK is fixed
211+
"${sdk_support_root}/protocol/openthread/platform-abstraction/efr32/radio.c",
210212
]
211213

212214
include_dirs = [ "${sl_ot_platform_abstraction}/include" ]

third_party/silabs/lwip.gni

+1-3
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,8 @@ template("lwip_target") {
169169
"${_lwip_root}/src/core/ipv6/ip6.c",
170170
"${_lwip_root}/src/core/ipv6/ip6_addr.c",
171171
"${_lwip_root}/src/core/ipv6/ip6_frag.c",
172+
"${_lwip_root}/src/core/ipv6/mld6.c",
172173
"${_lwip_root}/src/core/ipv6/nd6.c",
173-
174-
# TODO: When updating to next Si SDK version, revert change.
175-
"${sdk_support_root}/src/core/ipv6/mld6.c",
176174
]
177175
}
178176

third_party/silabs/matter_support

Submodule matter_support updated 97 files

third_party/silabs/simplicity_sdk

Submodule simplicity_sdk updated 3388 files

0 commit comments

Comments
 (0)