mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 01:12:13 +00:00
Add hardware dependencies and filters to make sure we do not explode if for example we try to build a sample/test using rtc when the platform does not support that. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
11 lines
256 B
YAML
11 lines
256 B
YAML
sample:
|
|
description: Allows Zephyr to provide Bluetooth connectivity
|
|
via SPI.
|
|
name: Bluetooth HCI SPI
|
|
tests:
|
|
test:
|
|
harness: bluetooth
|
|
platform_whitelist: 96b_carbon_nrf51 nrf51_pca10028
|
|
tags: samples bluetooth spi
|
|
depends_on: spi
|