Skip to content

Commit d8f329e

Browse files
Merge branch 'release_2.8-1.5' into cherry-pick/em-tracing-component
2 parents 165b483 + 3fb3199 commit d8f329e

File tree

13 files changed

+25
-31
lines changed

13 files changed

+25
-31
lines changed

slc/component/matter-core-sdk/efr32.slcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ include:
9898
- path: third_party/matter_sdk/src/lwip/silabs
9999
file_list:
100100
- path: lwipopts-wf200.h
101-
- path: lwipopts-rs911x.h
101+
- path: lwipopts-siwx.h
102102
- path: lwippools.h
103103
- path: lwipopts.h
104104
- path: third_party/matter_sdk/examples/platform/silabs

slc/component/matter-core-sdk/efr32_wifi.slcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ include:
9999
- path: third_party/matter_sdk/src/lwip/silabs
100100
file_list:
101101
- path: lwipopts-wf200.h
102-
- path: lwipopts-rs911x.h
102+
- path: lwipopts-siwx.h
103103
- path: lwippools.h
104104
- path: lwipopts.h
105105
- path: third_party/matter_sdk/examples/platform/silabs

slc/component/matter-core-sdk/siwx917.slcc

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include:
1717
- path: third_party/matter_sdk/src
1818
- path: third_party/matter_sdk/src/include
1919
- path: third_party/matter_sdk/src/lib
20-
- path: third_party/matter_sdk/src/platform/silabs/SiWx917
20+
- path: third_party/matter_sdk/src/platform/silabs/SiWx
2121
- path: third_party/matter_sdk/src/platform/silabs/wifi
2222
- path: third_party/nlassert/include
2323
- path: third_party/nlio/include
@@ -100,7 +100,7 @@ include:
100100
- path: third_party/matter_sdk/src/lwip/silabs
101101
file_list:
102102
- path: lwipopts-wf200.h
103-
- path: lwipopts-rs911x.h
103+
- path: lwipopts-siwx.h
104104
- path: lwippools.h
105105
- path: lwipopts.h
106106
- path: third_party/matter_sdk/examples/platform/silabs
@@ -123,11 +123,10 @@ include:
123123
file_list:
124124
- path: SilabsPlatformBase.h
125125
- path: SilabsPlatform.h
126-
- path: third_party/matter_sdk/src/platform/silabs/rs911x
126+
- path: third_party/matter_sdk/src/platform/silabs/SiWx/ble
127127
file_list:
128128
- path: ble_config.h
129-
- path: wfx_sl_ble_init.h
130-
- path: rsi_ble_config.h
129+
- path: sl_si91x_ble_init.h
131130
- path: third_party/matter_sdk/src/platform
132131
file_list:
133132
- path: DeviceSafeQueue.h
@@ -158,7 +157,7 @@ include:
158157
- path: SystemTimeSupport.h
159158
- path: GenericThreadStackManagerImpl_FreeRTOS.h
160159
- path: GenericThreadStackManagerImpl_FreeRTOS.hpp
161-
- path: third_party/matter_sdk/src/platform/silabs/SiWx917
160+
- path: third_party/matter_sdk/src/platform/silabs/SiWx
162161
file_list:
163162
- path: siwx917-chip-psa-config.h
164163
- path: siwx917-chip-mbedtls-config.h
@@ -182,13 +181,13 @@ source:
182181
- path: third_party/matter_sdk/src/platform/silabs/Logging.cpp
183182
- path: third_party/matter_sdk/src/platform/silabs/MigrationManager.cpp
184183
- path: third_party/matter_sdk/src/platform/silabs/NetworkCommissioningWiFiDriver.cpp
185-
- path: third_party/matter_sdk/src/platform/silabs/SiWx917/OTAImageProcessorImpl.cpp
184+
- path: third_party/matter_sdk/src/platform/silabs/SiWx/OTAImageProcessorImpl.cpp
186185
- path: third_party/matter_sdk/src/platform/silabs/PlatformManagerImpl.cpp
187186
- path: third_party/matter_sdk/src/platform/silabs/SilabsConfig.cpp
188187
- path: third_party/matter_sdk/src/platform/silabs/platformAbstraction/WiseMcuSpam.cpp
189188
- path: third_party/matter_sdk/src/platform/silabs/platformAbstraction/SilabsPlatform.cpp
190-
- path: third_party/matter_sdk/src/platform/silabs/rs911x/BLEManagerImpl.cpp
191-
- path: third_party/matter_sdk/src/platform/silabs/rs911x/wfx_sl_ble_init.cpp
189+
- path: third_party/matter_sdk/src/platform/silabs/SiWx/ble/BLEManagerImpl.cpp
190+
- path: third_party/matter_sdk/src/platform/silabs/SiWx/ble/sl_si91x_ble_init.cpp
192191
- path: third_party/matter_sdk/src/platform/silabs/wifi/SiWx/WifiInterfaceImpl.cpp
193192
- path: third_party/matter_sdk/src/platform/silabs/wifi/WifiInterface.cpp
194193

slc/component/matter-core-sdk/siwx917_common.slcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ include:
3737
- path: MemMonitoring.h
3838
- path: BaseApplication.h
3939
- path: BaseAppEvent.h
40-
- path: third_party/matter_sdk/src/platform/silabs/SiWx917
40+
- path: third_party/matter_sdk/src/platform/silabs/SiWx
4141
file_list:
4242
- path: SiWxPlatformInterface.h
4343

slc/component/matter-core-sdk/siwx917_tinycrypt.slcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include:
88
- path: .
99
- path: third_party/matter_sdk/examples/platform/silabs
1010
- path: third_party/matter_sdk/src/lib
11-
- path: third_party/matter_sdk/src/platform/silabs/SiWx917
11+
- path: third_party/matter_sdk/src/platform/silabs/SiWx
1212
- path: third_party/mbedtls/library
1313
file_list:
1414
- path: constant_time_invasive.h

slc/component/matter-platform/matter_platform_siwx917.slcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ define:
6666
value: 1
6767
- name: DEBUG_UART
6868
value: "1"
69-
- name: RS911X_WIFI
69+
- name: SL_MATTER_SIWX_WIFI_ENABLE
7070
- name: SL_SI91x_DUAL_INTERRUPTS_ERRATA
7171
- name: NVM3_LOCK_OVERRIDE
7272
toolchain_settings:

slc/component/matter-platform/ota/matter_ota_support.slcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ source:
2121
- path: third_party/matter_sdk/examples/platform/silabs/OTAConfig.cpp
2222
- path: third_party/matter_sdk/src/platform/silabs/efr32/OTAImageProcessorImpl.cpp
2323
condition: [matter_platform_mg]
24-
- path: third_party/matter_sdk/src/platform/silabs/SiWx917/OTAImageProcessorImpl.cpp
24+
- path: third_party/matter_sdk/src/platform/silabs/SiWx/OTAImageProcessorImpl.cpp
2525
condition: [matter_platform_siwx917]
2626
config_file:
2727
- path: slc/config/sl_matter_ota_config.h

slc/component/matter-platform/siwx917/matter_crypto_psa_siwx917.slcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ include:
8080
- path: CHIPCryptoPAL.h
8181
- path: OperationalKeystore.h
8282
- path: SessionKeystore.h
83-
- path: third_party/matter_sdk/src/platform/silabs/SiWx917
83+
- path: third_party/matter_sdk/src/platform/silabs/SiWx
8484
file_list:
8585
- path: siwx917-chip-mbedtls-config.h
8686
- path: siwx917-chip-psa-config.h

slc/component/matter-platform/siwx917/matter_crypto_tinycrypt_siwx917.slcc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ conflicts:
4949

5050
source:
5151
# tinycrypt source
52-
- path: third_party/matter_sdk/src/platform/silabs/SiWx917/CHIPCryptoPALTinyCrypt.cpp
52+
- path: third_party/matter_sdk/src/platform/silabs/SiWx/CHIPCryptoPALTinyCrypt.cpp
5353
- path: third_party/matter_support/tinycrypt/src/ecc.c
5454
- path: third_party/matter_support/tinycrypt/src/ecc_dh.c
5555
- path: third_party/matter_support/tinycrypt/src/ecc_dsa.c
5656
- path: third_party/matter_support/tinycrypt/src/tinycrypt_util.c
5757

5858
include:
59-
- path: third_party/matter_sdk/src/platform/silabs/SiWx917
59+
- path: third_party/matter_sdk/src/platform/silabs/SiWx
6060
file_list:
6161
- path: siwx917-chip-mbedtls-config.h
6262
- path: third_party/matter_support/tinycrypt/inc

slc/component/matter-wifi/917-ncp/siwx917_ncp.slcc

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ include:
3838
- path: third_party/matter_sdk/src/platform/silabs/wifi/ncp
3939
file_list:
4040
- path: spi_multiplex.h
41-
- path: third_party/matter_sdk/src/platform/silabs/rs911x
41+
- path: third_party/matter_sdk/src/platform/silabs/SiWx/ble
4242
file_list:
4343
- path: ble_config.h
44-
- path: rsi_ble_config.h
45-
- path: wfx_sl_ble_init.h
44+
- path: sl_si91x_ble_init.h
4645
- path: third_party/matter_sdk/src/platform/silabs/wifi
4746
file_list:
4847
- path: wfx_msgs.h
@@ -58,22 +57,18 @@ source:
5857
- path: third_party/matter_sdk/src/platform/silabs/wifi/SiWx/ncp/efx32_ncp_host.c
5958
- path: third_party/matter_sdk/src/platform/silabs/wifi/SiWx/WifiInterfaceImpl.cpp
6059
- path: third_party/matter_sdk/src/platform/silabs/wifi/SiWx/ncp/sl_si91x_ncp_utility.c
61-
- path: third_party/matter_sdk/src/platform/silabs/rs911x/BLEManagerImpl.cpp
62-
- path: third_party/matter_sdk/src/platform/silabs/rs911x/wfx_sl_ble_init.cpp
60+
- path: third_party/matter_sdk/src/platform/silabs/SiWx/ble/BLEManagerImpl.cpp
61+
- path: third_party/matter_sdk/src/platform/silabs/SiWx/ble/sl_si91x_ble_init.cpp
6362

6463
define:
65-
- name: RS911X_WIFI
64+
- name: SL_MATTER_SIWX_WIFI_ENABLE
6665
- name: EXP_BOARD
6766
value: 1
6867
- name: CHIP_9117
6968
value: 1
7069
- name: SL_WFX_CONFIG_SCAN
7170
value: 1
7271
- name: SL_WFX_USE_SPI
73-
- name: EFX32_RS911X
74-
value: 1
75-
- name: RSI_WLAN_ENABLE
76-
- name: RSI_SPI_INTERFACE
7772
- name: RSI_WITH_OS
7873
- name: SL_WIFI_COMPONENT_INCLUDED
7974
- name: __WEAK

0 commit comments

Comments
 (0)