zephyr/snippets/hci-uart-native-sim
Dmitrii Sharshakov f080c4fb89 snippets: add hci-uart-native-sim
Enable connecting native sim to a physical board running hci_uart
without usage of Bumble or other intermediary steps, but rather using
common h4 hardware driver.

Most commonly used port is USB CDC-ACM, as by default for most nRF
boards.

Signed-off-by: Dmitrii Sharshakov <d3dx12.xx@gmail.com>
2025-06-21 13:14:45 +02:00
..
hci-uart-native-sim.conf
hci-uart-native-sim.overlay
README.rst
snippet.yml

.. _snippet-hci-uart-native-sim:

Native Simulator support for hci_uart Snippet (hci-uart-native-sim)
###################################################################

.. code-block:: console

   west build -S hci-uart-native-sim [...]

Overview
********

This snippet allows to use hci_uart connected to the host computer
with the Native Simulator. It is useful for testing with a real
Bluetooth controller, such as a device running Zephyr.