Skip to content

Commit 1819791

Browse files
committed
Samples: Add configuration to build samples with lr1110
- Add configuration to build sample with Semtech lr1110 - rename sample names to have information about Semtech shield - add sx1262 and lr1110 tags Signed-off-by: Tomasz Tyzenhauz <[email protected]>
1 parent 6673708 commit 1819791

File tree

1 file changed

+89
-21
lines changed

1 file changed

+89
-21
lines changed

samples/sid_end_device/sample.yaml

Lines changed: 89 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ common:
1111
- nrf54l15dk/nrf54l15/cpuapp/ns
1212
- nrf54l15dk/nrf54l10/cpuapp
1313
tests:
14-
sample.sidewalk.hello:
14+
sample.sidewalk.hello.sx1262:
1515
integration_platforms:
1616
- nrf52840dk/nrf52840
1717
- nrf5340dk/nrf5340/cpuapp
@@ -28,8 +28,29 @@ tests:
2828
tags:
2929
- Sidewalk
3030
- hello
31+
- sx1262
3132

32-
sample.sidewalk.hello.release:
33+
sample.sidewalk.hello.lr1110:
34+
platform_exclude:
35+
- nrf5340dk/nrf5340/cpuapp
36+
integration_platforms:
37+
- nrf52840dk/nrf52840
38+
- nrf54l15dk/nrf54l15/cpuapp
39+
- nrf54l15dk/nrf54l15/cpuapp/ns
40+
- nrf54l15dk/nrf54l10/cpuapp
41+
extra_args:
42+
- OVERLAY_CONFIG="overlay-hello.conf"
43+
- SHIELD="simple_arduino_adapter;semtech_lr1110mb1xxs"
44+
extra_configs:
45+
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
46+
- CONFIG_SIDEWALK_FILE_TRANSFER=y
47+
- CONFIG_SIDEWALK_APPLICATION_NAME="hello"
48+
tags:
49+
- Sidewalk
50+
- hello
51+
- lr1110
52+
53+
sample.sidewalk.hello.release.sx1262:
3354
integration_platforms:
3455
- nrf52840dk/nrf52840
3556
- nrf5340dk/nrf5340/cpuapp
@@ -46,6 +67,28 @@ tests:
4667
tags:
4768
- Sidewalk
4869
- hello
70+
- sx1262
71+
72+
sample.sidewalk.hello.release.lr1110:
73+
platform_exclude:
74+
- nrf5340dk/nrf5340/cpuapp
75+
integration_platforms:
76+
- nrf52840dk/nrf52840
77+
- nrf54l15dk/nrf54l15/cpuapp
78+
- nrf54l15dk/nrf54l15/cpuapp/ns
79+
- nrf54l15dk/nrf54l10/cpuapp
80+
extra_args:
81+
- FILE_SUFFIX=release
82+
- OVERLAY_CONFIG="overlay-hello.conf"
83+
- SHIELD="simple_arduino_adapter;semtech_lr1110mb1xxs"
84+
85+
extra_configs:
86+
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
87+
- CONFIG_SIDEWALK_APPLICATION_NAME="hello.release"
88+
tags:
89+
- Sidewalk
90+
- hello
91+
- lr1110
4992

5093
sample.sidewalk.hello.ble_only:
5194
integration_platforms:
@@ -76,7 +119,7 @@ tests:
76119
- hello
77120
- BLE
78121

79-
sample.sidewalk.demo:
122+
sample.sidewalk.demo.sx1262:
80123
integration_platforms:
81124
- nrf52840dk/nrf52840
82125
- nrf5340dk/nrf5340/cpuapp
@@ -92,6 +135,26 @@ tests:
92135
tags:
93136
- Sidewalk
94137
- demo
138+
- sx1262
139+
140+
sample.sidewalk.demo.lr1110:
141+
platform_exclude:
142+
- nrf5340dk/nrf5340/cpuapp
143+
integration_platforms:
144+
- nrf52840dk/nrf52840
145+
- nrf54l15dk/nrf54l15/cpuapp
146+
- nrf54l15dk/nrf54l15/cpuapp/ns
147+
- nrf54l15dk/nrf54l10/cpuapp
148+
extra_args:
149+
- OVERLAY_CONFIG="overlay-demo.conf"
150+
- SHIELD="simple_arduino_adapter;semtech_lr1110mb1xxs"
151+
extra_configs:
152+
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
153+
- CONFIG_SIDEWALK_APPLICATION_NAME="demo"
154+
tags:
155+
- Sidewalk
156+
- demo
157+
- lr1110
95158

96159
sample.sidewalk.demo.ble_only:
97160
platform_allow:
@@ -106,7 +169,7 @@ tests:
106169
- demo
107170
- BLE
108171

109-
sample.sidewalk.dut:
172+
sample.sidewalk.dut.sx1262:
110173
integration_platforms:
111174
- nrf52840dk/nrf52840
112175
- nrf5340dk/nrf5340/cpuapp
@@ -121,41 +184,42 @@ tests:
121184
tags:
122185
- Sidewalk
123186
- cli
187+
- sx1262
124188

125-
sample.sidewalk.dut.ble_only:
189+
sample.sidewalk.dut.lr1110:
190+
platform_exclude:
191+
- nrf5340dk/nrf5340/cpuapp
126192
integration_platforms:
127193
- nrf52840dk/nrf52840
128-
- nrf5340dk/nrf5340/cpuapp
129194
- nrf54l15dk/nrf54l15/cpuapp
130195
- nrf54l15dk/nrf54l15/cpuapp/ns
131196
- nrf54l15dk/nrf54l10/cpuapp
132-
extra_args: OVERLAY_CONFIG="overlay-dut.conf"
197+
extra_args:
198+
- OVERLAY_CONFIG="overlay-dut.conf"
199+
- SHIELD="simple_arduino_adapter;semtech_lr1110mb1xxs"
133200
extra_configs:
134-
- CONFIG_SIDEWALK_APPLICATION_NAME="dut.ble_only"
201+
- CONFIG_SIDEWALK_APPLICATION_NAME="dut"
135202
tags:
136203
- Sidewalk
137204
- cli
138-
- BLE
205+
- lr1110
139206

140-
sample.sidewalk.dut.no_secure:
207+
sample.sidewalk.dut.ble_only:
141208
integration_platforms:
142209
- nrf52840dk/nrf52840
143210
- nrf5340dk/nrf5340/cpuapp
144211
- nrf54l15dk/nrf54l15/cpuapp
145212
- nrf54l15dk/nrf54l15/cpuapp/ns
146213
- nrf54l15dk/nrf54l10/cpuapp
147-
extra_args:
148-
- OVERLAY_CONFIG="overlay-dut.conf"
149-
- SHIELD="simple_arduino_adapter;semtech_sx1262mb2cas"
214+
extra_args: OVERLAY_CONFIG="overlay-dut.conf"
150215
extra_configs:
151-
- CONFIG_SIDEWALK_CRYPTO_PSA_KEY_STORAGE=n
152-
- CONFIG_SIDEWALK_APPLICATION_NAME="dut.no_secure"
216+
- CONFIG_SIDEWALK_APPLICATION_NAME="dut.ble_only"
153217
tags:
154218
- Sidewalk
155219
- cli
156-
- no_secure
220+
- BLE
157221

158-
sample.sidewalk.dut.semtech_lr1110:
222+
sample.sidewalk.dut.no_secure:
159223
integration_platforms:
160224
- nrf52840dk/nrf52840
161225
- nrf5340dk/nrf5340/cpuapp
@@ -164,12 +228,14 @@ tests:
164228
- nrf54l15dk/nrf54l10/cpuapp
165229
extra_args:
166230
- OVERLAY_CONFIG="overlay-dut.conf"
167-
- SHIELD="simple_arduino_adapter;semtech_lr1110mb1xxs"
231+
- SHIELD="simple_arduino_adapter;semtech_sx1262mb2cas"
168232
extra_configs:
169-
- CONFIG_SIDEWALK_APPLICATION_NAME="dut"
233+
- CONFIG_SIDEWALK_CRYPTO_PSA_KEY_STORAGE=n
234+
- CONFIG_SIDEWALK_APPLICATION_NAME="dut.no_secure"
170235
tags:
171236
- Sidewalk
172237
- cli
238+
- no_secure
173239

174240
sample.sidewalk.helloPower.ble.release:
175241
platform_exclude:
@@ -186,7 +252,7 @@ tests:
186252
- Sidewalk
187253
- helloPower
188254

189-
sample.sidewalk.helloPower.fsk.release:
255+
sample.sidewalk.helloPower.fsk.release.sx1262:
190256
platform_exclude:
191257
- nrf52840dk/nrf52840
192258
- nrf5340dk/nrf5340/cpuapp
@@ -202,8 +268,9 @@ tests:
202268
tags:
203269
- Sidewalk
204270
- helloPower
271+
- sx1262
205272

206-
sample.sidewalk.helloPower.lora.release:
273+
sample.sidewalk.helloPower.lora.release.sx1262:
207274
platform_exclude:
208275
- nrf52840dk/nrf52840
209276
- nrf5340dk/nrf5340/cpuapp
@@ -219,6 +286,7 @@ tests:
219286
tags:
220287
- Sidewalk
221288
- helloPower
289+
- sx1262
222290

223291
sample.sidewalk.helloPower.ble_only.release:
224292
platform_exclude:

0 commit comments

Comments
 (0)