Skip to content

Commit 6b23fa7

Browse files
D-Triveninordicjm
authored andcommitted
samples: wifi: Remove support for nrf54h20 DK with nrf7002eb2
Remove support for nrf54H20dk with nrf7002eb2 shield, as this combination is no longer compatible. Fixes SHEL-3819. Signed-off-by: Triveni Danda <[email protected]>
1 parent 7ba2ba9 commit 6b23fa7

File tree

8 files changed

+8
-48
lines changed

8 files changed

+8
-48
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,14 @@ Thread samples
523523
Wi-Fi samples
524524
-------------
525525

526-
|no_changes_yet_note|
526+
* Removed support for the nRF7002-EB II with the ``nrf54h20dk/nrf54h20/cpuapp`` board target from the following samples:
527+
528+
* :ref:`wifi_station_sample`
529+
* :ref:`wifi_scan_sample`
530+
* :ref:`wifi_shell_sample`
531+
* :ref:`wifi_radio_test`
532+
* :ref:`ble_wifi_provision`
533+
* :ref:`wifi_provisioning_internal_sample`
527534

528535
Other samples
529536
-------------

samples/wifi/provisioning/ble/sample.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,6 @@ tests:
7171
- ci_build
7272
- sysbuild
7373
- ci_samples_wifi
74-
sample.nrf7002eb2.nrf54h20.ble-wifi-provision:
75-
sysbuild: true
76-
build_only: true
77-
extra_args:
78-
- ble_SHIELD="nrf7002eb2"
79-
- SNIPPET=nrf70-wifi
80-
integration_platforms:
81-
- nrf54h20dk/nrf54h20/cpuapp
82-
platform_allow:
83-
- nrf54h20dk/nrf54h20/cpuapp
84-
tags:
85-
- ci_build
86-
- sysbuild
87-
- ci_samples_wifi
8874
sample.54lm20dk.nrf7002eb2.ble-wifi-provision:
8975
sysbuild: true
9076
build_only: true

samples/wifi/provisioning/internal/sample.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,3 @@ tests:
4545
- ci_build
4646
- sysbuild
4747
- ci_samples_wifi
48-
sample.nrf7002eb2.nrf54h20.int-wifi-provision:
49-
sysbuild: true
50-
build_only: true
51-
extra_args:
52-
- internal_SHIELD="nrf7002eb2"
53-
- SNIPPET=nrf70-wifi
54-
integration_platforms:
55-
- nrf54h20dk/nrf54h20/cpuapp
56-
platform_allow:
57-
- nrf54h20dk/nrf54h20/cpuapp
58-
tags:
59-
- ci_build
60-
- sysbuild
61-
- ci_samples_wifi

samples/wifi/radio_test/multi_domain/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,8 @@ tests:
120120
- multi_domain_SHIELD="nrf7002eb2"
121121
- SNIPPET=nrf70-wifi
122122
integration_platforms:
123-
- nrf54h20dk/nrf54h20/cpuapp
124123
- nrf54l15dk/nrf54l15/cpuapp
125124
platform_allow:
126-
- nrf54h20dk/nrf54h20/cpuapp
127125
- nrf54l15dk/nrf54l15/cpuapp
128126
tags:
129127
- ci_build

samples/wifi/scan/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,8 @@ tests:
9595
- scan_SHIELD="nrf7002eb2"
9696
- SNIPPET=nrf70-wifi
9797
integration_platforms:
98-
- nrf54h20dk/nrf54h20/cpuapp
9998
- nrf54l15dk/nrf54l15/cpuapp
10099
platform_allow:
101-
- nrf54h20dk/nrf54h20/cpuapp
102100
- nrf54l15dk/nrf54l15/cpuapp
103101
tags:
104102
- ci_build

samples/wifi/shell/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,8 @@ tests:
343343
- shell_SHIELD="nrf7002eb2"
344344
- SNIPPET=nrf70-wifi
345345
integration_platforms:
346-
- nrf54h20dk/nrf54h20/cpuapp
347346
- nrf54l15dk/nrf54l15/cpuapp
348347
platform_allow:
349-
- nrf54h20dk/nrf54h20/cpuapp
350348
- nrf54l15dk/nrf54l15/cpuapp
351349
tags:
352350
- ci_build

samples/wifi/sta/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,8 @@ tests:
102102
- sta_SHIELD="nrf7002eb2"
103103
- SNIPPET=nrf70-wifi
104104
integration_platforms:
105-
- nrf54h20dk/nrf54h20/cpuapp
106105
- nrf54l15dk/nrf54l15/cpuapp
107106
platform_allow:
108-
- nrf54h20dk/nrf54h20/cpuapp
109107
- nrf54l15dk/nrf54l15/cpuapp
110108
tags:
111109
- ci_build

scripts/quarantine.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,6 @@
8989
- [email protected]/nrf54h20/cpuapp
9090
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-31463"
9191

92-
- scenarios:
93-
- sample.nrf54_nrf7002eb2.radio_test
94-
- sample.nrf7002eb2.nrf54h20.ble-wifi-provision
95-
- sample.nrf7002eb2.nrf54h20.int-wifi-provision
96-
- sample.nrf7002eb2.scan
97-
- sample.nrf7002eb2.shell
98-
- sample.nrf7002eb2.sta
99-
platforms:
100-
- [email protected]/nrf54h20/cpuapp
101-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-35382"
102-
10392
- scenarios:
10493
- sample.bluetooth.mesh.sensor_client
10594
platforms:

0 commit comments

Comments
 (0)