zephyr/snippets/usbip-native-sim
Johann Fischer 481dcf7136 snippets: add USB/IP on native simulator snippet
Snippet that helps to build USB device samples with virtual device and
host controllers and USBIP support.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2025-02-10 09:02:45 +01:00
..
README.rst
snippet.yml
usbip-native-sim.conf
usbip-native-sim.overlay

.. _snippet-usbip-native-sim:

USB/IP on Native Simulator Snippet (usbip-native-sim)
#####################################################

.. code-block:: console

   west build -S usbip-native-sim [...]

Overview
********

This snippet allows to configure USB device samples with USB/IP support on a
native simulator. When building samples with this snippet, you need to provide
samples DTC overlays using the EXTRA_DTC_OVERLAY_FILE argument.

This snippet is experimental, the behavior may change without notice.