Skip to content

Commit 8fb06c1

Browse files
committed
samples: matter: Use matter specific shield
Uses the matter-specific nrf7002eb2 shield Signed-off-by: Jamie McCrae <[email protected]>
1 parent a9c312a commit 8fb06c1

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

samples/matter/closure/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tests:
3838
sysbuild: true
3939
build_only: true
4040
extra_args:
41-
- closure_SHIELD=nrf7002eb2
41+
- closure_SHIELD=nrf7002eb2_matter
4242
- SB_CONFIG_WIFI_NRF70=y
4343
integration_platforms:
4444
- nrf54lm20dk/nrf54lm20a/cpuapp/matter
@@ -50,7 +50,7 @@ tests:
5050
extra_args:
5151
- FILE_SUFFIX=release
5252
- SB_CONFIG_BOOTLOADER_MCUBOOT=y
53-
- closure_SHIELD=nrf7002eb2
53+
- closure_SHIELD=nrf7002eb2_matter
5454
- SB_CONFIG_WIFI_NRF70=y
5555
integration_platforms:
5656
- nrf54lm20dk/nrf54lm20a/cpuapp/matter

samples/matter/light_bulb/sample.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tests:
2727
sysbuild: true
2828
build_only: true
2929
extra_args:
30-
- light_bulb_SHIELD=nrf7002eb2
30+
- light_bulb_SHIELD=nrf7002eb2_matter
3131
- SB_CONFIG_WIFI_NRF70=y
3232
integration_platforms:
3333
- nrf54lm20dk/nrf54lm20a/cpuapp/matter
@@ -57,7 +57,7 @@ tests:
5757
extra_args:
5858
- FILE_SUFFIX=release
5959
- SB_CONFIG_BOOTLOADER_MCUBOOT=y
60-
- light_bulb_SHIELD=nrf7002eb2
60+
- light_bulb_SHIELD=nrf7002eb2_matter
6161
- SB_CONFIG_WIFI_NRF70=y
6262
integration_platforms:
6363
- nrf54lm20dk/nrf54lm20a/cpuapp/matter
@@ -126,7 +126,7 @@ tests:
126126
- CONFIG_CHIP_MEMORY_PROFILING=y
127127
- CONFIG_SHELL_MINIMAL=y
128128
- CONFIG_CHIP_FACTORY_RESET_TIME_MEASUREMENT=y
129-
- light_bulb_SHIELD=nrf7002eb2
129+
- light_bulb_SHIELD=nrf7002eb2_matter
130130
- SB_CONFIG_WIFI_NRF70=y
131131
platform_allow:
132132
- nrf54lm20dk/nrf54lm20a/cpuapp/matter

samples/matter/light_switch/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tests:
2727
sysbuild: true
2828
build_only: true
2929
extra_args:
30-
- light_switch_SHIELD=nrf7002eb2
30+
- light_switch_SHIELD=nrf7002eb2_matter
3131
- SB_CONFIG_WIFI_NRF70=y
3232
integration_platforms:
3333
- nrf54lm20dk/nrf54lm20a/cpuapp/matter
@@ -57,7 +57,7 @@ tests:
5757
extra_args:
5858
- FILE_SUFFIX=release
5959
- SB_CONFIG_BOOTLOADER_MCUBOOT=y
60-
- light_switch_SHIELD=nrf7002eb2
60+
- light_switch_SHIELD=nrf7002eb2_matter
6161
- SB_CONFIG_WIFI_NRF70=y
6262
integration_platforms:
6363
- nrf54lm20dk/nrf54lm20a/cpuapp/matter

samples/matter/lock/sample.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tests:
2929
sysbuild: true
3030
build_only: true
3131
extra_args:
32-
- lock_SHIELD=nrf7002eb2
32+
- lock_SHIELD=nrf7002eb2_matter
3333
- SB_CONFIG_WIFI_NRF70=y
3434
integration_platforms:
3535
- nrf54lm20dk/nrf54lm20a/cpuapp/matter
@@ -60,7 +60,7 @@ tests:
6060
extra_args:
6161
- FILE_SUFFIX=release
6262
- SB_CONFIG_BOOTLOADER_MCUBOOT=y
63-
- lock_SHIELD=nrf7002eb2
63+
- lock_SHIELD=nrf7002eb2_matter
6464
- SB_CONFIG_WIFI_NRF70=y
6565
integration_platforms:
6666
- nrf54lm20dk/nrf54lm20a/cpuapp/matter
@@ -90,7 +90,7 @@ tests:
9090
build_only: true
9191
extra_args:
9292
- CONFIG_CHIP_DFU_OVER_BT_SMP=y
93-
- lock_SHIELD=nrf7002eb2
93+
- lock_SHIELD=nrf7002eb2_matter
9494
- SB_CONFIG_WIFI_NRF70=y
9595
integration_platforms:
9696
- nrf54lm20dk/nrf54lm20a/cpuapp/matter

samples/matter/manufacturer_specific/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tests:
2929
sysbuild: true
3030
build_only: true
3131
extra_args:
32-
- manufacturer_specific_SHIELD=nrf7002eb2
32+
- manufacturer_specific_SHIELD=nrf7002eb2_matter
3333
- SB_CONFIG_WIFI_NRF70=y
3434
integration_platforms:
3535
- nrf54lm20dk/nrf54lm20a/cpuapp/matter

samples/matter/template/sample.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tests:
3131
sysbuild: true
3232
build_only: true
3333
extra_args:
34-
- template_SHIELD=nrf7002eb2
34+
- template_SHIELD=nrf7002eb2_matter
3535
- SB_CONFIG_WIFI_NRF70=y
3636
integration_platforms:
3737
- nrf54lm20dk/nrf54lm20a/cpuapp/matter
@@ -65,7 +65,7 @@ tests:
6565
extra_args:
6666
- FILE_SUFFIX=release
6767
- SB_CONFIG_BOOTLOADER_MCUBOOT=y
68-
- template_SHIELD=nrf7002eb2
68+
- template_SHIELD=nrf7002eb2_matter
6969
- SB_CONFIG_WIFI_NRF70=y
7070
integration_platforms:
7171
- nrf54lm20dk/nrf54lm20a/cpuapp/matter
@@ -98,7 +98,7 @@ tests:
9898
build_only: true
9999
extra_args:
100100
- CONFIG_CHIP_DFU_OVER_BT_SMP=y
101-
- template_SHIELD=nrf7002eb2
101+
- template_SHIELD=nrf7002eb2_matter
102102
- SB_CONFIG_WIFI_NRF70=y
103103
integration_platforms:
104104
- nrf54lm20dk/nrf54lm20a/cpuapp/matter
@@ -122,7 +122,7 @@ tests:
122122
extra_args:
123123
- FILE_SUFFIX=internal
124124
- template_EXTRA_CONF_FILE=prj_release.conf
125-
- template_SHIELD=nrf7002eb2
125+
- template_SHIELD=nrf7002eb2_matter
126126
- SB_CONFIG_WIFI_NRF70=y
127127
integration_platforms:
128128
- nrf54lm20dk/nrf54lm20a/cpuapp/matter
@@ -148,7 +148,7 @@ tests:
148148
- FILE_SUFFIX=internal
149149
- CONFIG_CHIP_DFU_OVER_BT_SMP=y
150150
- template_EXTRA_CONF_FILE=prj_release.conf
151-
- template_SHIELD=nrf7002eb2
151+
- template_SHIELD=nrf7002eb2_matter
152152
- SB_CONFIG_WIFI_NRF70=y
153153
integration_platforms:
154154
- nrf54lm20dk/nrf54lm20a/cpuapp/matter

samples/matter/thermostat/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tests:
2727
sysbuild: true
2828
build_only: true
2929
extra_args:
30-
- thermostat_SHIELD=nrf7002eb2
30+
- thermostat_SHIELD=nrf7002eb2_matter
3131
- SB_CONFIG_WIFI_NRF70=y
3232
integration_platforms:
3333
- nrf54lm20dk/nrf54lm20a/cpuapp/matter
@@ -57,7 +57,7 @@ tests:
5757
extra_args:
5858
- FILE_SUFFIX=release
5959
- SB_CONFIG_BOOTLOADER_MCUBOOT=y
60-
- thermostat_SHIELD=nrf7002eb2
60+
- thermostat_SHIELD=nrf7002eb2_matter
6161
- SB_CONFIG_WIFI_NRF70=y
6262
integration_platforms:
6363
- nrf54lm20dk/nrf54lm20a/cpuapp/matter

0 commit comments

Comments
 (0)