Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

516 B

.. _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.