samples: usb: webusb: Update sample README
Add Requirements and Building instructions Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
3fac9c183a
commit
3aac8e3e19
1 changed files with 19 additions and 2 deletions
|
@ -13,12 +13,29 @@ Sample Overview
|
|||
***************
|
||||
|
||||
This simple echo application demonstrates the WebUSB sample application.
|
||||
|
||||
This application receives the data and echoed back to the WebUSB
|
||||
based web application (web page) running in the browser at host.
|
||||
|
||||
This application is intended for testing purposes only. For running
|
||||
real usecase, implement applications based on the WebUSB API.
|
||||
This sample can be found under :zephyr_file:`samples/subsys/usb/webusb` 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
|
||||
********************
|
||||
|
||||
Build and flash webusb sample with:
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/subsys/usb/webusb
|
||||
:board: <board to use>
|
||||
:goals: flash
|
||||
:compact:
|
||||
|
||||
Testing with latest Google Chrome on host
|
||||
*****************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue