Skip to content

Commit

Permalink
samples: Bluetooth: df: add missing integration platforms
Browse files Browse the repository at this point in the history
Add missing integration plaforms in direction finding samples.
There were no nRF52820 and nRF5340 added.

Signed-off-by: Piotr Pryga <[email protected]>
  • Loading branch information
ppryga-nordic authored and carlescufi committed Feb 16, 2022
1 parent 9bd2183 commit ba939b1
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
8 changes: 6 additions & 2 deletions samples/bluetooth/direction_finding_central/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ tests:
platform_allow: nrf52833dk_nrf52833
tags: bluetooth
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
sample.bluetooth.direction_finding_connectionless_rx.aod:
extra_args: OVERLAY_CONFIG="overlay-aod.conf"
harness: bluetooth
platform_allow: nrf52833dk_nrf52833
tags: bluetooth
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ tests:
harness: bluetooth
platform_allow: nrf52833dk_nrf52833
tags: bluetooth
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
sample.bluetooth.direction_finding_connectionless_rx.aod:
extra_args: OVERLAY_CONFIG="overlay-aod.conf"
platform_allow: nrf52833dk_nrf52833
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ tests:
harness: bluetooth
platform_allow: nrf52833dk_nrf52833
tags: bluetooth
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
sample.bluetooth.direction_finding_connectionless.aoa:
extra_args: OVERLAY_CONFIG="overlay-aoa.conf"
platform_allow: nrf52833dk_nrf52833
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
8 changes: 6 additions & 2 deletions samples/bluetooth/direction_finding_peripheral/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ tests:
platform_allow: nrf52833dk_nrf52833
tags: bluetooth
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
sample.bluetooth.direction_finding_connectionless_rx.aod:
extra_args: OVERLAY_CONFIG="overlay-aoa.conf"
harness: bluetooth
platform_allow: nrf52833dk_nrf52833
tags: bluetooth
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp

0 comments on commit ba939b1

Please sign in to comment.