Searched full:webusb (Results 1 – 17 of 17) sorted by relevance
1 .. zephyr:code-sample:: webusb2 :name: WebUSB5 Receive and echo data from a web page using WebUSB API.7 For a deeper dive into the WebUSB, refer to10 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 WebUSB20 real usecase, implement applications based on the WebUSB API.21 This sample can be found under :zephyr_file:`samples/subsys/usb/webusb` in the[all …]
4 sample.usb.webusb:
3 WebUSB HTML Demo App
5 CONFIG_USB_DEVICE_PRODUCT="Zephyr WebUSB sample"
5 project(webusb) project
4 <title>WebUSB Serial Sample Application</title>118 <button id="connect" style="visibility: initial">Connect To WebUSB Device</button>120 <textarea id="input" rows="25" cols="80">WebUSB!</textarea>
9 * @brief WebUSB enabled custom class driver header file11 * Header file for WebUSB enabled custom class driver18 * WebUSB request handlers21 /* Handler for WebUSB Vendor specific commands */37 * @param [in] handlers Pointer to WebUSB request handlers structure
10 * @brief Sample app for WebUSB enabled custom class driver.12 * Sample app for WebUSB enabled custom class driver. The received13 * data is echoed back to the WebUSB based application running in26 #include "webusb.h"66 /* The WebUSB interface number becomes the first when CDC_ACM is enabled by68 * applications, where the WebUSB interface is no longer the first,95 /* WebUSB Platform Capability Descriptor:96 * https://wicg.github.io/webusb/#webusb-platform-capability-descriptor104 /* WebUSB Platform Capability UUID130 * https://github.com/sowbug/weblight/blob/master/firmware/webusb.c[all …]
9 * @brief WebUSB enabled custom class driver12 * to support the WebUSB.17 LOG_MODULE_REGISTER(webusb);23 #include "webusb.h"81 * catch the request and return the WebUSB Platform104 * @brief Handler called for WebUSB vendor specific commands.129 * @param [in] handlers Pointer to WebUSB request handlers structure
39 /* WebUSB Platform Capability Descriptor:40 * https://wicg.github.io/webusb/#webusb-platform-capability-descriptor48 /* WebUSB Platform Capability UUID68 * https://github.com/sowbug/weblight/blob/master/firmware/webusb.c118 /* WebUSB Platform Capability UUID182 "webusb cap"); in test_usb_bos_macros()184 "webusb cap msos v2"); in test_usb_bos_macros()
50 /** WebUSB specific part of platform capability descriptor */
393 See :zephyr:code-sample:`webusb` sample for reference.596 | :zephyr:code-sample:`webusb` | 0x000A |
180 * ``ZEP-744`` - USB WebUSB
1126 * :github:`16025` - webusb example app not reading data
1931 * :github:`20409` - USB: Create webusb shell
1310 * :github:`45933` - webusb sample code linking error for esp32 board
2439 * :github:`45933` - webusb sample code linking error for esp32 board