Legacy USB device netusb sample

Browse source code on GitHub

Overview

Use the USB CDC EEM/ECM or RNDIS implementation to establish a network connection to a device running the Zephyr RTOS.

Note

This samples demonstrate deprecated USB device support (deprecated).

This sample can be found under samples/subsys/usb/legacy/netusb in the Zephyr project tree.

Requirements

This project requires an USB device driver, which is available for multiple boards supported in Zephyr.

Building and Running

west build -b reel_board samples/subsys/usb/legacy/netusb
west flash

See also

Network Configuration Library
USB Device Core API