Skip to content

Commit c3696cf

Browse files
ppryga-nordiccarlescufi
authored andcommitted
samples: Bluetooth: df: add missing integration platforms
Add missing integration plaforms in direction finding samples. There were no nRF52820 and nRF5340 added. Signed-off-by: Piotr Pryga <[email protected]>
1 parent 63cc9de commit c3696cf

File tree

4 files changed

+36
-12
lines changed

4 files changed

+36
-12
lines changed

samples/bluetooth/direction_finding_central/sample.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ sample:
44
tests:
55
sample.bluetooth.direction_finding_connectionless_rx:
66
harness: bluetooth
7-
platform_allow: nrf52833dk_nrf52833
7+
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
88
tags: bluetooth
99
integration_platforms:
10-
- nrf52833dk_nrf52833
10+
- nrf52833dk_nrf52833
11+
- nrf52833dk_nrf52820
12+
- nrf5340dk_nrf5340_cpuapp
1113
sample.bluetooth.direction_finding_connectionless_rx.aod:
1214
extra_args: OVERLAY_CONFIG="overlay-aod.conf"
1315
harness: bluetooth
14-
platform_allow: nrf52833dk_nrf52833
16+
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
1517
tags: bluetooth
1618
integration_platforms:
17-
- nrf52833dk_nrf52833
19+
- nrf52833dk_nrf52833
20+
- nrf52833dk_nrf52820
21+
- nrf5340dk_nrf5340_cpuapp

samples/bluetooth/direction_finding_connectionless_rx/sample.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ sample:
33
tests:
44
sample.bluetooth.direction_finding_connectionless_rx:
55
harness: bluetooth
6-
platform_allow: nrf52833dk_nrf52833
6+
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
77
tags: bluetooth
8+
integration_platforms:
9+
- nrf52833dk_nrf52833
10+
- nrf52833dk_nrf52820
11+
- nrf5340dk_nrf5340_cpuapp
812
sample.bluetooth.direction_finding_connectionless_rx.aod:
913
extra_args: OVERLAY_CONFIG="overlay-aod.conf"
10-
platform_allow: nrf52833dk_nrf52833
14+
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
15+
integration_platforms:
16+
- nrf52833dk_nrf52833
17+
- nrf52833dk_nrf52820
18+
- nrf5340dk_nrf5340_cpuapp

samples/bluetooth/direction_finding_connectionless_tx/sample.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ sample:
33
tests:
44
sample.bluetooth.direction_finding_connectionless:
55
harness: bluetooth
6-
platform_allow: nrf52833dk_nrf52833
6+
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
77
tags: bluetooth
8+
integration_platforms:
9+
- nrf52833dk_nrf52833
10+
- nrf52833dk_nrf52820
11+
- nrf5340dk_nrf5340_cpuapp
812
sample.bluetooth.direction_finding_connectionless.aoa:
913
extra_args: OVERLAY_CONFIG="overlay-aoa.conf"
10-
platform_allow: nrf52833dk_nrf52833
14+
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
15+
integration_platforms:
16+
- nrf52833dk_nrf52833
17+
- nrf52833dk_nrf52820
18+
- nrf5340dk_nrf5340_cpuapp

samples/bluetooth/direction_finding_peripheral/sample.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ sample:
44
tests:
55
sample.bluetooth.direction_finding_connectionless_rx:
66
harness: bluetooth
7-
platform_allow: nrf52833dk_nrf52833
7+
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
88
tags: bluetooth
99
integration_platforms:
10-
- nrf52833dk_nrf52833
10+
- nrf52833dk_nrf52833
11+
- nrf52833dk_nrf52820
12+
- nrf5340dk_nrf5340_cpuapp
1113
sample.bluetooth.direction_finding_connectionless_rx.aod:
1214
extra_args: OVERLAY_CONFIG="overlay-aoa.conf"
1315
harness: bluetooth
14-
platform_allow: nrf52833dk_nrf52833
16+
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
1517
tags: bluetooth
1618
integration_platforms:
17-
- nrf52833dk_nrf52833
19+
- nrf52833dk_nrf52833
20+
- nrf52833dk_nrf52820
21+
- nrf5340dk_nrf5340_cpuapp

0 commit comments

Comments
 (0)