|
1 | 1 | sample: |
2 | 2 | name: Sidewalk end device sample |
3 | 3 | description: Sample implementing Amazon Sidewalk End Device |
| 4 | +common: |
| 5 | + build_only: true |
| 6 | + platform_allow: |
| 7 | + - nrf52840dk_nrf52840 |
| 8 | + - nrf5340dk_nrf5340_cpuapp |
| 9 | + - nrf54l15pdk_nrf54l15_cpuapp |
| 10 | + integration_platforms: |
| 11 | + - nrf52840dk_nrf52840 |
| 12 | + - nrf5340dk_nrf5340_cpuapp |
| 13 | + - nrf54l15pdk_nrf54l15_cpuapp |
4 | 14 | tests: |
5 | 15 | sample.sidewalk.hello: |
6 | | - build_only: true |
7 | | - platform_allow: |
8 | | - - nrf52840dk_nrf52840 |
9 | | - - nrf5340dk_nrf5340_cpuapp |
10 | | - - nrf54l15pdk_nrf54l15_cpuapp |
11 | 16 | extra_configs: |
12 | 17 | - CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y |
13 | | - integration_platforms: |
14 | | - - nrf52840dk_nrf52840 |
15 | | - - nrf5340dk_nrf5340_cpuapp |
16 | | - - nrf54l15pdk_nrf54l15_cpuapp |
17 | 18 | tags: Sidewalk hello |
18 | 19 |
|
19 | 20 | sample.sidewalk.hello.release: |
20 | | - build_only: true |
21 | | - platform_allow: |
22 | | - - nrf52840dk_nrf52840 |
23 | | - - nrf5340dk_nrf5340_cpuapp |
24 | | - - nrf54l15pdk_nrf54l15_cpuapp |
25 | 21 | extra_args: |
26 | 22 | CONF_FILE=prj_release.conf |
27 | 23 | extra_configs: |
28 | 24 | - CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y |
29 | | - integration_platforms: |
30 | | - - nrf52840dk_nrf52840 |
31 | | - - nrf5340dk_nrf5340_cpuapp |
32 | | - - nrf54l15pdk_nrf54l15_cpuapp |
33 | 25 | tags: Sidewalk hello |
34 | 26 |
|
35 | 27 | sample.sidewalk.hello.ble_only: |
36 | | - build_only: true |
37 | | - platform_allow: |
38 | | - - nrf52840dk_nrf52840 |
39 | | - - nrf5340dk_nrf5340_cpuapp |
40 | | - - nrf54l15pdk_nrf54l15_cpuapp |
41 | 28 | extra_configs: |
42 | 29 | - CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n |
43 | | - integration_platforms: |
44 | | - - nrf52840dk_nrf52840 |
45 | | - - nrf5340dk_nrf5340_cpuapp |
46 | | - - nrf54l15pdk_nrf54l15_cpuapp |
47 | 30 | tags: Sidewalk hello BLE |
48 | 31 |
|
49 | 32 | sample.sidewalk.hello.ble_only.release: |
50 | | - build_only: true |
51 | | - platform_allow: |
52 | | - - nrf52840dk_nrf52840 |
53 | | - - nrf5340dk_nrf5340_cpuapp |
54 | | - - nrf54l15pdk_nrf54l15_cpuapp |
55 | 33 | extra_args: |
56 | 34 | CONF_FILE=prj_release.conf |
57 | 35 | extra_configs: |
58 | 36 | - CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n |
59 | | - integration_platforms: |
60 | | - - nrf52840dk_nrf52840 |
61 | | - - nrf5340dk_nrf5340_cpuapp |
62 | | - - nrf54l15pdk_nrf54l15_cpuapp |
63 | 37 | tags: Sidewalk hello BLE |
64 | 38 |
|
65 | 39 | sample.sidewalk.demo: |
66 | | - build_only: true |
67 | | - platform_allow: |
68 | | - - nrf52840dk_nrf52840 |
69 | | - - nrf5340dk_nrf5340_cpuapp |
70 | | - - nrf54l15pdk_nrf54l15_cpuapp |
71 | 40 | extra_args: |
72 | 41 | OVERLAY_CONFIG="overlay-demo.conf" |
73 | 42 | extra_configs: |
74 | 43 | - CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y |
75 | | - integration_platforms: |
76 | | - - nrf52840dk_nrf52840 |
77 | | - - nrf5340dk_nrf5340_cpuapp |
78 | | - - nrf54l15pdk_nrf54l15_cpuapp |
79 | 44 | tags: Sidewalk demo |
80 | 45 |
|
81 | 46 | sample.sidewalk.demo.ble_only: |
82 | | - build_only: true |
83 | 47 | platform_allow: |
84 | | - - nrf52840dk_nrf52840 |
85 | | - - nrf5340dk_nrf5340_cpuapp |
86 | 48 | - thingy53_nrf5340_cpuapp |
87 | | - - nrf54l15pdk_nrf54l15_cpuapp |
88 | 49 | extra_args: |
89 | 50 | OVERLAY_CONFIG="overlay-demo.conf" |
90 | 51 | extra_configs: |
91 | 52 | - CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n |
92 | 53 | integration_platforms: |
93 | | - - nrf52840dk_nrf52840 |
94 | | - - nrf5340dk_nrf5340_cpuapp |
95 | 54 | - thingy53_nrf5340_cpuapp |
96 | | - - nrf54l15pdk_nrf54l15_cpuapp |
97 | 55 | tags: Sidewalk demo BLE |
98 | 56 |
|
99 | 57 | sample.sidewalk.dut: |
100 | | - build_only: true |
101 | | - platform_allow: |
102 | | - - nrf52840dk_nrf52840 |
103 | | - - nrf5340dk_nrf5340_cpuapp |
104 | | - - nrf54l15pdk_nrf54l15_cpuapp |
105 | 58 | extra_args: |
106 | 59 | OVERLAY_CONFIG="overlay-dut.conf" |
107 | 60 | extra_configs: |
108 | 61 | - CONFIG_SIDEWALK_FILE_TRANSFER=y |
109 | | - integration_platforms: |
110 | | - - nrf52840dk_nrf52840 |
111 | | - - nrf5340dk_nrf5340_cpuapp |
112 | | - - nrf54l15pdk_nrf54l15_cpuapp |
| 62 | + |
113 | 63 | tags: Sidewalk cli |
0 commit comments