Lines Matching full:webusb
1 .. zephyr:code-sample:: webusb
2 :name: WebUSB
5 Receive and echo data from a web page using WebUSB API.
7 For a deeper dive into the WebUSB, refer to
10 WebUSB API Specification:
11 https://wicg.github.io/webusb/
16 This simple echo application demonstrates the WebUSB sample application.
17 This application receives the data and echoes back to the WebUSB
20 real usecase, implement applications based on the WebUSB API.
21 This sample can be found under :zephyr_file:`samples/subsys/usb/webusb` in the
33 Build and flash webusb sample with:
36 :zephyr-app: samples/subsys/usb/webusb
45 based on WebUSB API to connect to the USB device and optionally
48 WebUSB is a powerful new feature added to the Web and it is available
56 #. Implement a web app (web page) using WebUSB API and run
59 The sample can be found in the webusb sample directory:
60 :zephyr_file:`samples/subsys/usb/webusb/index.html`.
62 This sample web page demonstrates how to create and use a WebUSB
64 and WebUSB enabled device.
71 in the webusb sample directory.
84 Note that at the moment WebUSB landing page notification is disabled
85 in Chrome on Windows. See https://github.com/WICG/webusb#implementation-status