From 3aac8e3e1987596cd2bc1b0529967bc58a41ebbb Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Wed, 2 Oct 2019 14:38:44 +0300 Subject: [PATCH] samples: usb: webusb: Update sample README Add Requirements and Building instructions Signed-off-by: Andrei Emeltchenko --- samples/subsys/usb/webusb/README.rst | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/samples/subsys/usb/webusb/README.rst b/samples/subsys/usb/webusb/README.rst index 9c801bec440..f5d5c17e1d7 100644 --- a/samples/subsys/usb/webusb/README.rst +++ b/samples/subsys/usb/webusb/README.rst @@ -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: + :goals: flash + :compact: Testing with latest Google Chrome on host *****************************************