Skip to content

Commit dfa092c

Browse files
committed
samples: Add release samples for power measurements
Add new release samples with fixed link type and disabled state_notifier. They are built only for nRF54l15 Signed-off-by: Tomasz Tyzenhauz <[email protected]>
1 parent 7aff04a commit dfa092c

File tree

1 file changed

+109
-6
lines changed

1 file changed

+109
-6
lines changed

samples/sid_end_device/sample.yaml

Lines changed: 109 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ common:
1010
- nrf54l15dk/nrf54l15/cpuapp
1111
- nrf54l15dk/nrf54l15/cpuapp/ns
1212
- nrf54l15dk/nrf54l10/cpuapp
13-
integration_platforms:
14-
- nrf52840dk/nrf52840
15-
- nrf5340dk/nrf5340/cpuapp
16-
- nrf54l15dk/nrf54l15/cpuapp
17-
- nrf54l15dk/nrf54l15/cpuapp/ns
18-
- nrf54l15dk/nrf54l10/cpuapp
1913
tests:
2014
sample.sidewalk.hello:
15+
integration_platforms:
16+
- nrf52840dk/nrf52840
17+
- nrf5340dk/nrf5340/cpuapp
18+
- nrf54l15dk/nrf54l15/cpuapp
19+
- nrf54l15dk/nrf54l15/cpuapp/ns
20+
- nrf54l15dk/nrf54l10/cpuapp
2121
extra_configs:
2222
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
2323
- CONFIG_SIDEWALK_FILE_TRANSFER=y
@@ -27,6 +27,12 @@ tests:
2727
- hello
2828

2929
sample.sidewalk.hello.release:
30+
integration_platforms:
31+
- nrf52840dk/nrf52840
32+
- nrf5340dk/nrf5340/cpuapp
33+
- nrf54l15dk/nrf54l15/cpuapp
34+
- nrf54l15dk/nrf54l15/cpuapp/ns
35+
- nrf54l15dk/nrf54l10/cpuapp
3036
extra_args: FILE_SUFFIX=release
3137
extra_configs:
3238
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
@@ -36,6 +42,12 @@ tests:
3642
- hello
3743

3844
sample.sidewalk.hello.ble_only:
45+
integration_platforms:
46+
- nrf52840dk/nrf52840
47+
- nrf5340dk/nrf5340/cpuapp
48+
- nrf54l15dk/nrf54l15/cpuapp
49+
- nrf54l15dk/nrf54l15/cpuapp/ns
50+
- nrf54l15dk/nrf54l10/cpuapp
3951
extra_configs:
4052
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
4153
- CONFIG_SIDEWALK_APPLICATION_NAME="hello.ble_only"
@@ -45,6 +57,12 @@ tests:
4557
- BLE
4658

4759
sample.sidewalk.hello.ble_only.release:
60+
integration_platforms:
61+
- nrf52840dk/nrf52840
62+
- nrf5340dk/nrf5340/cpuapp
63+
- nrf54l15dk/nrf54l15/cpuapp
64+
- nrf54l15dk/nrf54l15/cpuapp/ns
65+
- nrf54l15dk/nrf54l10/cpuapp
4866
extra_args: FILE_SUFFIX=release
4967
extra_configs:
5068
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
@@ -55,6 +73,12 @@ tests:
5573
- BLE
5674

5775
sample.sidewalk.demo:
76+
integration_platforms:
77+
- nrf52840dk/nrf52840
78+
- nrf5340dk/nrf5340/cpuapp
79+
- nrf54l15dk/nrf54l15/cpuapp
80+
- nrf54l15dk/nrf54l15/cpuapp/ns
81+
- nrf54l15dk/nrf54l10/cpuapp
5882
extra_args: OVERLAY_CONFIG="overlay-demo.conf"
5983
extra_configs:
6084
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
@@ -78,6 +102,12 @@ tests:
78102
- BLE
79103

80104
sample.sidewalk.dut:
105+
integration_platforms:
106+
- nrf52840dk/nrf52840
107+
- nrf5340dk/nrf5340/cpuapp
108+
- nrf54l15dk/nrf54l15/cpuapp
109+
- nrf54l15dk/nrf54l15/cpuapp/ns
110+
- nrf54l15dk/nrf54l10/cpuapp
81111
extra_args: OVERLAY_CONFIG="overlay-dut.conf"
82112
extra_configs:
83113
- CONFIG_SIDEWALK_APPLICATION_NAME="dut"
@@ -86,6 +116,12 @@ tests:
86116
- cli
87117

88118
sample.sidewalk.dut.ble_only:
119+
integration_platforms:
120+
- nrf52840dk/nrf52840
121+
- nrf5340dk/nrf5340/cpuapp
122+
- nrf54l15dk/nrf54l15/cpuapp
123+
- nrf54l15dk/nrf54l15/cpuapp/ns
124+
- nrf54l15dk/nrf54l10/cpuapp
89125
extra_args: OVERLAY_CONFIG="overlay-dut.conf"
90126
extra_configs:
91127
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
@@ -96,6 +132,12 @@ tests:
96132
- BLE
97133

98134
sample.sidewalk.dut.no_secure:
135+
integration_platforms:
136+
- nrf52840dk/nrf52840
137+
- nrf5340dk/nrf5340/cpuapp
138+
- nrf54l15dk/nrf54l15/cpuapp
139+
- nrf54l15dk/nrf54l15/cpuapp/ns
140+
- nrf54l15dk/nrf54l10/cpuapp
99141
extra_args: OVERLAY_CONFIG="overlay-dut.conf"
100142
extra_configs:
101143
- CONFIG_SIDEWALK_CRYPTO_PSA_KEY_STORAGE=n
@@ -104,3 +146,64 @@ tests:
104146
- Sidewalk
105147
- cli
106148
- no_secure
149+
150+
sample.sidewalk.helloPower.ble.release:
151+
platform_exclude:
152+
- nrf52840dk/nrf52840
153+
- nrf5340dk/nrf5340/cpuapp
154+
- nrf54l15dk/nrf54l15/cpuapp/ns
155+
- nrf54l15dk/nrf54l10/cpuapp
156+
extra_args: FILE_SUFFIX=release
157+
extra_configs:
158+
- CONFIG_STATE_NOTIFIER=n
159+
- CONFIG_SIDEWALK_LINK_MASK_BLE=y
160+
- CONFIG_SIDEWALK_APPLICATION_NAME="helloPower.release.ble"
161+
tags:
162+
- Sidewalk
163+
- helloPower
164+
165+
sample.sidewalk.helloPower.fsk.release:
166+
platform_exclude:
167+
- nrf52840dk/nrf52840
168+
- nrf5340dk/nrf5340/cpuapp
169+
- nrf54l15dk/nrf54l15/cpuapp/ns
170+
- nrf54l15dk/nrf54l10/cpuapp
171+
extra_args: FILE_SUFFIX=release
172+
extra_configs:
173+
- CONFIG_STATE_NOTIFIER=n
174+
- CONFIG_SIDEWALK_LINK_MASK_FSK=y
175+
- CONFIG_SIDEWALK_APPLICATION_NAME="helloPower.release.fsk"
176+
tags:
177+
- Sidewalk
178+
- helloPower
179+
180+
sample.sidewalk.helloPower.lora.release:
181+
platform_exclude:
182+
- nrf52840dk/nrf52840
183+
- nrf5340dk/nrf5340/cpuapp
184+
- nrf54l15dk/nrf54l15/cpuapp/ns
185+
- nrf54l15dk/nrf54l10/cpuapp
186+
extra_args: FILE_SUFFIX=release
187+
extra_configs:
188+
- CONFIG_STATE_NOTIFIER=n
189+
- CONFIG_SIDEWALK_LINK_MASK_LORA=y
190+
- CONFIG_SIDEWALK_APPLICATION_NAME="helloPower.release.lora"
191+
tags:
192+
- Sidewalk
193+
- helloPower
194+
195+
sample.sidewalk.helloPower.ble_only.release:
196+
platform_exclude:
197+
- nrf52840dk/nrf52840
198+
- nrf5340dk/nrf5340/cpuapp
199+
- nrf54l15dk/nrf54l15/cpuapp/ns
200+
- nrf54l15dk/nrf54l10/cpuapp
201+
extra_args: FILE_SUFFIX=release
202+
extra_configs:
203+
- CONFIG_STATE_NOTIFIER=n
204+
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
205+
- CONFIG_SIDEWALK_APPLICATION_NAME="helloPower.ble_only.release"
206+
tags:
207+
- Sidewalk
208+
- helloPower
209+
- BLE

0 commit comments

Comments
 (0)