Skip to content

Commit dff8864

Browse files
authored
[Silabs] Update to WiseConnect 3.3.2 (#35439)
* [Silabs] Update to WiseConnect 3.3.2 * [Silabs] Update to WiseConnect 3.3.2 submodule * [Silabs] Update to use new Silabs docker image with updated WiseConnect version 3.3.2 * Bump chip-build-vscode images to 78
1 parent 3136753 commit dff8864

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/examples-efr32.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: github.actor != 'restyled-io[bot]'
4141

4242
container:
43-
image: ghcr.io/project-chip/chip-build-efr32:77
43+
image: ghcr.io/project-chip/chip-build-efr32:78
4444
volumes:
4545
- "/tmp/bloat_reports:/tmp/bloat_reports"
4646
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:77
67+
image: ghcr.io/project-chip/chip-build-efr32:78
6868
steps:
6969
- name: Checkout
7070
uses: actions/checkout@v4

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
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.3.1
226+
branch = v3.3.2
227227
platforms = silabs
228228
[submodule "editline"]
229229
path = third_party/editline/repo

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:76"
2+
- name: "ghcr.io/project-chip/chip-build-vscode:78"
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:76"
10+
- name: "ghcr.io/project-chip/chip-build-vscode:78"
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:76"
27+
- name: "ghcr.io/project-chip/chip-build-vscode:78"
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:76"
48+
- name: "ghcr.io/project-chip/chip-build-vscode:78"
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:76"
69+
- name: "ghcr.io/project-chip/chip-build-vscode:78"
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:76"
91+
- name: "ghcr.io/project-chip/chip-build-vscode:78"
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:76"
144+
- name: "ghcr.io/project-chip/chip-build-vscode:78"
145145
id: Android
146146
env:
147147
- PW_ENVIRONMENT_ROOT=/pwenv

third_party/silabs/wifi_sdk

Submodule wifi_sdk updated 541 files

0 commit comments

Comments
 (0)