Skip to content

Commit

Permalink
samples: bluetooth: hci_usb: Test exclusion for stm32l562e_dk
Browse files Browse the repository at this point in the history
STM32L562 Discovery kit is not compatible with Bluetooth over USB
application.

Add missing information related to the BLE capability of this board.

Signed-off-by: Ali Hozhabri <[email protected]>
  • Loading branch information
HoZHel committed Oct 27, 2023
1 parent 04bf859 commit 28969b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions boards/arm/stm32l562e_dk/stm32l562e_dk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ supported:
- dac
- adc
- spi
- ble
- dma
- usart
- arduino_spi
Expand Down
2 changes: 1 addition & 1 deletion samples/bluetooth/hci_usb/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tests:
- usb
- bluetooth
# FIXME: exclude due to build error
platform_exclude: 96b_carbon
platform_exclude: 96b_carbon stm32l562e_dk
sample.bluetooth.hci_usb.device_next:
harness: bluetooth
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion samples/bluetooth/hci_usb_h4/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ tests:
- usb
- bluetooth
# FIXME: exclude due to build error
platform_exclude: 96b_carbon
platform_exclude: 96b_carbon stm32l562e_dk

0 comments on commit 28969b6

Please sign in to comment.