File tree Expand file tree Collapse file tree 18 files changed +260
-0
lines changed Expand file tree Collapse file tree 18 files changed +260
-0
lines changed Original file line number Diff line number Diff line change @@ -92,3 +92,19 @@ tests:
92
92
- ci_build
93
93
- sysbuild
94
94
- ci_samples_wifi
95
+ sample.54lm20dk.nrf7002eb2.ble_coex :
96
+ sysbuild : true
97
+ build_only : true
98
+ extra_args :
99
+ - ble_coex_SHIELD="nrf7002eb2"
100
+ - CONFIG_MPSL_CX=y
101
+ - ipc_radio_CONFIG_MPSL_CX=y
102
+ - CONFIG_COEX_SEP_ANTENNAS=y
103
+ integration_platforms :
104
+ - nrf54lm20dk/nrf54lm20a/cpuapp
105
+ platform_allow :
106
+ - nrf54lm20dk/nrf54lm20a/cpuapp
107
+ tags :
108
+ - ci_build
109
+ - sysbuild
110
+ - ci_samples_wifi
Original file line number Diff line number Diff line change @@ -47,3 +47,16 @@ tests:
47
47
- ci_build
48
48
- sysbuild
49
49
- ci_samples_wifi
50
+ sample.54lm20dk.nrf7002eb2.monitor :
51
+ sysbuild : true
52
+ build_only : true
53
+ extra_args :
54
+ - monitor_SHIELD="nrf7002eb2"
55
+ integration_platforms :
56
+ - nrf54lm20dk/nrf54lm20a/cpuapp
57
+ platform_allow :
58
+ - nrf54lm20dk/nrf54lm20a/cpuapp
59
+ tags :
60
+ - ci_build
61
+ - sysbuild
62
+ - ci_samples_wifi
Original file line number Diff line number Diff line change @@ -53,3 +53,16 @@ tests:
53
53
- ci_build
54
54
- sysbuild
55
55
- ci_samples_wifi
56
+ sample.54lm20dk.nrf7002eb2.offloaded_raw_tx :
57
+ sysbuild : true
58
+ build_only : true
59
+ extra_args :
60
+ - offloaded_raw_tx_SHIELD="nrf7002eb2"
61
+ integration_platforms :
62
+ - nrf54lm20dk/nrf54lm20a/cpuapp
63
+ platform_allow :
64
+ - nrf54lm20dk/nrf54lm20a/cpuapp
65
+ tags :
66
+ - ci_build
67
+ - sysbuild
68
+ - ci_samples_wifi
Original file line number Diff line number Diff line change @@ -48,3 +48,16 @@ tests:
48
48
- ci_build
49
49
- sysbuild
50
50
- ci_samples_wifi
51
+ sample.54lm20dk.nrf7002eb2.promiscuous :
52
+ sysbuild : true
53
+ build_only : true
54
+ extra_args :
55
+ - promiscuous_SHIELD="nrf7002eb2"
56
+ integration_platforms :
57
+ - nrf54lm20dk/nrf54lm20a/cpuapp
58
+ platform_allow :
59
+ - nrf54lm20dk/nrf54lm20a/cpuapp
60
+ tags :
61
+ - ci_build
62
+ - sysbuild
63
+ - ci_samples_wifi
Original file line number Diff line number Diff line change @@ -85,3 +85,16 @@ tests:
85
85
- ci_build
86
86
- sysbuild
87
87
- ci_samples_wifi
88
+ sample.54lm20dk.nrf7002eb2.ble-wifi-provision :
89
+ sysbuild : true
90
+ build_only : true
91
+ extra_args :
92
+ - ble_SHIELD="nrf7002eb2"
93
+ integration_platforms :
94
+ - nrf54lm20dk/nrf54lm20a/cpuapp
95
+ platform_allow :
96
+ - nrf54lm20dk/nrf54lm20a/cpuapp
97
+ tags :
98
+ - ci_build
99
+ - sysbuild
100
+ - ci_samples_wifi
Original file line number Diff line number Diff line change
1
+ CONFIG_WIFI_CREDENTIALS=y
2
+ # Needed for Wi-Fi credentials
3
+ CONFIG_FLASH=y
4
+ CONFIG_FLASH_PAGE_LAYOUT=y
5
+ CONFIG_FLASH_MAP=y
6
+ CONFIG_ZMS=y
7
+ CONFIG_SETTINGS=y
Original file line number Diff line number Diff line change @@ -39,3 +39,16 @@ tests:
39
39
- ci_build
40
40
- sysbuild
41
41
- ci_samples_wifi
42
+ sample.54lm20dk.nrf7002eb2.softap.wifi.provision :
43
+ sysbuild : true
44
+ build_only : true
45
+ extra_args :
46
+ - softap_SHIELD="nrf7002eb2"
47
+ integration_platforms :
48
+ - nrf54lm20dk/nrf54lm20a/cpuapp
49
+ platform_allow :
50
+ - nrf54lm20dk/nrf54lm20a/cpuapp
51
+ tags :
52
+ - ci_build
53
+ - sysbuild
54
+ - ci_samples_wifi
Original file line number Diff line number Diff line change @@ -31,3 +31,18 @@ tests:
31
31
- ci_build
32
32
- sysbuild
33
33
- ci_samples_wifi
34
+ sample.54lm20dk.nrf7002eb2.wifi_ble_radio_test_sd :
35
+ sysbuild : true
36
+ build_only : true
37
+ extra_args :
38
+ - single_domain_SHIELD="nrf7002eb2"
39
+ - CONFIG_NRFX_TIMER10=y
40
+ - CONFIG_NRFX_GPPI=y
41
+ integration_platforms :
42
+ - nrf54lm20dk/nrf54lm20a/cpuapp
43
+ platform_allow :
44
+ - nrf54lm20dk/nrf54lm20a/cpuapp
45
+ tags :
46
+ - ci_build
47
+ - sysbuild
48
+ - ci_samples_wifi
Original file line number Diff line number Diff line change @@ -63,3 +63,16 @@ tests:
63
63
- ci_build
64
64
- sysbuild
65
65
- ci_samples_wifi
66
+ sample.54lm20dk.nrf7002eb2.raw_tx_packet :
67
+ sysbuild : true
68
+ build_only : true
69
+ extra_args :
70
+ - raw_tx_packet_SHIELD="nrf7002eb2"
71
+ integration_platforms :
72
+ - nrf54lm20dk/nrf54lm20a/cpuapp
73
+ platform_allow :
74
+ - nrf54lm20dk/nrf54lm20a/cpuapp
75
+ tags :
76
+ - ci_build
77
+ - sysbuild
78
+ - ci_samples_wifi
Original file line number Diff line number Diff line change @@ -104,3 +104,16 @@ tests:
104
104
- ci_build
105
105
- sysbuild
106
106
- ci_samples_wifi
107
+ sample.54lm20dk.nrf7002eb2.scan :
108
+ sysbuild : true
109
+ build_only : true
110
+ extra_args :
111
+ - scan_SHIELD="nrf7002eb2"
112
+ integration_platforms :
113
+ - nrf54lm20dk/nrf54lm20a/cpuapp
114
+ platform_allow :
115
+ - nrf54lm20dk/nrf54lm20a/cpuapp
116
+ tags :
117
+ - ci_build
118
+ - sysbuild
119
+ - ci_samples_wifi
You can’t perform that action at this time.
0 commit comments