1.. zephyr:code-sample-category:: usb
2   :name: USB
3
4   These samples demonstrate the use of USB support in Zephyr RTOS.
5
6Most of the USB support samples can be found under :zephyr_file:`samples/subsys/usb`
7in the Zephyr project tree. However, there are a few functions whose samples
8are located in different directories. These are:
9
10* Bluetooth HCI USB transport layer implementation is covered by
11  :zephyr:code-sample:`bluetooth_hci_usb`
12* USB CDC ECM and USB CDC NCM implementations are covered by the networking
13  samples :zephyr:code-sample:`zperf` or :zephyr:code-sample:`sockets-http-server`
14
15.. zephyr:code-sample-listing::
16   :categories: usb
17   :live-search:
18