mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 07:55:54 +00:00
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 <ali.hozhabri@st.com>
14 lines
277 B
YAML
14 lines
277 B
YAML
sample:
|
|
name: Bluetooth over USB sample
|
|
tests:
|
|
sample.bluetooth.hci_usb_h4:
|
|
harness: bluetooth
|
|
depends_on:
|
|
- usb_device
|
|
- ble
|
|
tags:
|
|
- usb
|
|
- bluetooth
|
|
# FIXME: exclude due to build error
|
|
platform_exclude: 96b_carbon stm32l562e_dk
|