zephyr/samples/bluetooth/hci_uart_async/sample.yaml
Aleksander Wasaznik 347ce7aa7f bluetooth: samples: Add hci_uart_async
This sample is an alternative implementation of hci_uart. The new sample
differs from the existing sample in that it uses the async UART API
instead of the interrupt driven API.

Included in this commit is a new test for HCI UART flow control. It's
enabled for hci_uart_async. The test can excercise also the existing
hci_uart sample (with some minimal changes to allow compiling in the
mock controller and test suite). The existing hci_uart sample currently
fails the flow control test.

Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>
2023-09-28 14:07:52 +03:00

20 lines
536 B
YAML

sample:
name: Bluetooth HCI UART Async
description:
This sample is a batteries-included example of a Bluetooth HCI UART
connectivity chip.
It demonstrates a possible implementation of an HCI UART (H4)
interface on top of Zephyr's Bluetooth Raw API, and how to expose it
over a UART.
This implementation is based on the Zephyr Asynchoronous UART API.
tests:
sample.bluetooth.hci_uart_async.nrf5:
harness: bluetooth
platform_allow:
- nrf52dk_nrf52832
tags:
- uart
- bluetooth