@@ -60,8 +60,8 @@ template("siwx917_sdk") {
60
60
" ${ efr32_sdk_root } /platform/emdrv/nvm3/inc" ,
61
61
" ${ efr32_sdk_root } /platform/emdrv/common/inc" ,
62
62
" ${ efr32_sdk_root } /platform/service/device_init/inc" ,
63
- " ${ sdk_support_root } /matter/si91x/siwx917/BRD4338A /autogen" ,
64
- " ${ sdk_support_root } /matter/si91x/siwx917/BRD4338A /config" ,
63
+ " ${ sdk_support_root } /matter/si91x/siwx917/${ silabs_board } /autogen" ,
64
+ " ${ sdk_support_root } /matter/si91x/siwx917/${ silabs_board } /config" ,
65
65
66
66
" ${ chip_root } /src/platform/silabs/rs911x" ,
67
67
@@ -131,7 +131,7 @@ template("siwx917_sdk") {
131
131
" ${ efr32_sdk_root } /platform/service/sleeptimer/inc" ,
132
132
" ${ efr32_sdk_root } /platform/service/sleeptimer/config" ,
133
133
" ${ efr32_sdk_root } /platform/service/sleeptimer/src" ,
134
- " ${ sdk_support_root } /matter/si91x/siwx917/BRD4338A/ support/inc" ,
134
+ " ${ sdk_support_root } /matter/si91x/support/inc" ,
135
135
136
136
" ${ efr32_sdk_root } /platform/service/iostream/inc" ,
137
137
" ${ wifi_sdk_root } /components/device/silabs/si91x/mcu/drivers/hardware_drivers/button/inc" ,
@@ -684,11 +684,11 @@ template("siwx917_sdk") {
684
684
" ${ efr32_sdk_root } /util/third_party/freertos/kernel/stream_buffer.c" ,
685
685
" ${ efr32_sdk_root } /util/third_party/freertos/kernel/tasks.c" ,
686
686
" ${ efr32_sdk_root } /util/third_party/freertos/kernel/timers.c" ,
687
- " ${ sdk_support_root } /matter/si91x/siwx917/BRD4338A /autogen/sl_event_handler.c" ,
688
- " ${ sdk_support_root } /matter/si91x/siwx917/BRD4338A /autogen/sl_si91x_button_instances.c" ,
689
- " ${ sdk_support_root } /matter/si91x/siwx917/BRD4338A /autogen/sl_si91x_led_instances.c" ,
690
- " ${ sdk_support_root } /matter/si91x/siwx917/BRD4338A /autogen/sl_ulp_timer_init.c" ,
691
- " ${ sdk_support_root } /matter/si91x/siwx917/BRD4338A/ support/hal/rsi_hal_mcu_m4.c" ,
687
+ " ${ sdk_support_root } /matter/si91x/siwx917/${ silabs_board } /autogen/sl_event_handler.c" ,
688
+ " ${ sdk_support_root } /matter/si91x/siwx917/${ silabs_board } /autogen/sl_si91x_button_instances.c" ,
689
+ " ${ sdk_support_root } /matter/si91x/siwx917/${ silabs_board } /autogen/sl_si91x_led_instances.c" ,
690
+ " ${ sdk_support_root } /matter/si91x/siwx917/${ silabs_board } /autogen/sl_ulp_timer_init.c" ,
691
+ " ${ sdk_support_root } /matter/si91x/support/hal/rsi_hal_mcu_m4.c" ,
692
692
" ${ wifi_sdk_root } /components/device/silabs/si91x/mcu/drivers/hardware_drivers/button/src/sl_si91x_button.c" ,
693
693
" ${ wifi_sdk_root } /components/device/silabs/si91x/mcu/drivers/hardware_drivers/led/src/sl_si91x_led.c" ,
694
694
" ${ wifi_sdk_root } /components/device/silabs/si91x/mcu/drivers/service/nvm3/src/sl_si91x_nvm3_hal_flash.c" ,
@@ -706,7 +706,7 @@ template("siwx917_sdk") {
706
706
# STARTUP FILES
707
707
" ${ efr32_sdk_root } /platform/service/iostream/src/sl_iostream.c" ,
708
708
" ${ efr32_sdk_root } /platform/service/iostream/src/sl_iostream_rtt.c" ,
709
- " ${ sdk_support_root } /matter/si91x/siwx917/BRD4338A/ support/src/startup_common_RS1xxxx.c" ,
709
+ " ${ sdk_support_root } /matter/si91x/support/src/startup_common_RS1xxxx.c" ,
710
710
" ${ wifi_sdk_root } /components/device/silabs/si91x/mcu/drivers/service/nvm3/src/sl_si91x_common_flash_intf.c" ,
711
711
712
712
# OTA
@@ -758,8 +758,8 @@ template("siwx917_sdk") {
758
758
759
759
if (chip_enable_icd_server ) {
760
760
sources += [
761
- " ${ sdk_support_root } /matter/si91x/siwx917/BRD4338A /autogen/sl_si91x_power_manager_handler.c" ,
762
- " ${ sdk_support_root } /matter/si91x/siwx917/BRD4338A /autogen/sl_si91x_power_manager_wakeup_handler.c" ,
761
+ " ${ sdk_support_root } /matter/si91x/siwx917/${ silabs_board } /autogen/sl_si91x_power_manager_handler.c" ,
762
+ " ${ sdk_support_root } /matter/si91x/siwx917/${ silabs_board } /autogen/sl_si91x_power_manager_wakeup_handler.c" ,
763
763
" ${ wifi_sdk_root } /components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/sl_si91x_m4_ps.c" ,
764
764
" ${ wifi_sdk_root } /components/device/silabs/si91x/mcu/drivers/service/power_manager/src/sl_si91x_power_manager.c" ,
765
765
" ${ wifi_sdk_root } /components/device/silabs/si91x/mcu/drivers/service/power_manager/src/sli_si91x_power_manager.c" ,
0 commit comments