Skip to content

Commit 3fbe0a7

Browse files
Change the submodule platform identifier from efr32 to silabs as they includes other silabs platforms (#30625)
1 parent 89e0bde commit 3fbe0a7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/boring-cyborg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ labelPRBasedOnFilePath:
105105
- src/darwin/*
106106

107107
efr32:
108-
- src/platform/efr32/*
108+
- src/platform/silabs/*
109109

110110
esp32:
111111
- src/platform/ESP32/*

.gitmodules

+6-6
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
path = third_party/freertos/repo
5555
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
5656
branch = V10.3.1-kernel-only
57-
platforms = ameba,cc13xx_26xx,bouffalolab,efr32,esp32,k32w,infineon,qpg,cc32xx,silabs_docker
57+
platforms = ameba,cc13xx_26xx,bouffalolab,esp32,k32w,infineon,qpg,cc32xx
5858
[submodule "simw-top-mini"]
5959
path = third_party/simw-top-mini/repo
6060
url = https://github.com/NXP/plug-and-trust.git
@@ -72,7 +72,7 @@
7272
path = third_party/openthread/ot-efr32
7373
url = https://github.com/SiliconLabs/ot-efr32.git
7474
branch = matter_sve
75-
platforms = efr32,silabs_docker
75+
platforms = silabs,silabs_docker
7676
[submodule "third_party/openthread/ot-ifx"]
7777
path = third_party/openthread/ot-ifx
7878
url = https://github.com/Infineon/ot-ifx-release.git
@@ -235,22 +235,22 @@
235235
path = third_party/silabs/matter_support
236236
url = https://github.com/SiliconLabs/sdk_support.git
237237
branch = main
238-
platforms = efr32,silabs_docker
238+
platforms = silabs,silabs_docker
239239
[submodule "third_party/silabs/gecko_sdk"]
240240
path = third_party/silabs/gecko_sdk
241241
url = https://github.com/SiliconLabs/gecko_sdk.git
242242
branch = v4.3.2
243-
platforms = efr32
243+
platforms = silabs
244244
[submodule "third_party/silabs/wiseconnect-wifi-bt-sdk"]
245245
path = third_party/silabs/wiseconnect-wifi-bt-sdk
246246
url = https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git
247247
branch = 2.8.2
248-
platforms = efr32
248+
platforms = silabs
249249
[submodule "third_party/silabs/wifi_sdk"]
250250
path = third_party/silabs/wifi_sdk
251251
url = https://github.com/SiliconLabs/wiseconnect.git
252252
branch = v3.1.0
253-
platforms = efr32
253+
platforms = silabs
254254
[submodule "editline"]
255255
path = third_party/editline/repo
256256
url = https://github.com/troglobit/editline.git

scripts/checkout_submodules.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'cc13xx_26xx',
3434
'cc32xx',
3535
'darwin',
36-
'efr32',
36+
'silabs',
3737
'esp32',
3838
'infineon',
3939
'k32w',

0 commit comments

Comments
 (0)