doc: native_posix: Add mention about virtual USB

Add information and link to Virtual USB controller.

Fixes #13232.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2019-12-30 19:14:23 +02:00 committed by Anas Nashif
commit e8da2b80f9
2 changed files with 7 additions and 0 deletions

View file

@ -516,6 +516,11 @@ The following peripherals are currently provided with this board:
must be powered down and support Bluetooth Low Energy (i.e. support the
Bluetooth specification version 4.0 or greater).
**USB controller**:
It's possible to use the Virtual USB controller working over USB/IP
protocol. More information can be found in
:ref:`Testing USB over USP/IP in native_posix <testing_USB_native_posix>`.
**Display driver**:
A display driver is provided that creates a window on the host machine to
render display content.

View file

@ -123,6 +123,8 @@ the vendor requests:
The class driver waits for the :makevar:`USB_DC_CONFIGURED` device status code
before transmitting any data.
.. _testing_USB_native_posix:
Testing USB over USP/IP in native_posix
***************************************