Skip to content

Commit

Permalink
Bluetooth: samples: Fix PAwR samples to match board capabilities
Browse files Browse the repository at this point in the history
These samples were enabled for an nRF board, even though there is no
upstream support for the feature. Additionally the sample.yaml files
were forcefully disabling any in-tree HCI drivers, making it impossible
to use e.g. qemu with an external HCI controller. Simply remove the nRF
board from the list, as well as the odd Kconfig HCI driver options.

Signed-off-by: Johan Hedberg <[email protected]>
  • Loading branch information
jhedberg authored and nashif committed Jun 11, 2024
1 parent c68770e commit eddac27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
6 changes: 1 addition & 5 deletions samples/bluetooth/periodic_adv_conn/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52840dk/nrf52840
tags: bluetooth
integration_platforms:
- nrf52840dk/nrf52840
extra_configs:
- CONFIG_BT_CTLR=n
- CONFIG_BT_NO_DRIVER=y
- qemu_cortex_m3
6 changes: 1 addition & 5 deletions samples/bluetooth/periodic_adv_rsp/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52840dk/nrf52840
tags: bluetooth
integration_platforms:
- nrf52840dk/nrf52840
extra_configs:
- CONFIG_BT_CTLR=n
- CONFIG_BT_NO_DRIVER=y
- qemu_cortex_m3
6 changes: 1 addition & 5 deletions samples/bluetooth/periodic_sync_conn/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52840dk/nrf52840
tags: bluetooth
integration_platforms:
- nrf52840dk/nrf52840
extra_configs:
- CONFIG_BT_CTLR=n
- CONFIG_BT_NO_DRIVER=y
- qemu_cortex_m3
6 changes: 1 addition & 5 deletions samples/bluetooth/periodic_sync_rsp/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52840dk/nrf52840
tags: bluetooth
integration_platforms:
- nrf52840dk/nrf52840
extra_configs:
- CONFIG_BT_CTLR=n
- CONFIG_BT_NO_DRIVER=y
- qemu_cortex_m3

0 comments on commit eddac27

Please sign in to comment.