Searched +full:webusb +full:- +full:next (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/samples/subsys/usb/webusb-next/ |
D | README.rst | 1 .. zephyr:code-sample:: webusb-next 2 :name: WebUSB-next 3 :relevant-api: usbd_api 5 Receive and echo data from a web page using WebUSB API. 11 Microsoft OS 2.0 descriptors, and WebUSB descriptors to implement a WebUSB 13 to the WebUSB API based application running in the browser on your local host. 14 This sample can be found at :zephyr_file:`samples/subsys/usb/webusb-next` in the 22 WebUSB API, such as Chromium or a Chromium-based browser. 27 Build and flash webusb sample with: 29 .. zephyr-app-commands:: [all …]
|
D | sample.yaml | 2 name: WebUSB 4 sample.usb.webusb-next: 8 - nrf52840dk/nrf52840 9 - nrf54h20dk/nrf54h20/cpuapp 10 - frdm_k64f 11 - stm32f723e_disco 12 - nucleo_f413zh 13 - mimxrt685_evk/mimxrt685s/cm33 14 - mimxrt1060_evk/mimxrt1062/qspi
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 22 device requests in table 9-3 from the universal serial bus specification 42 See :zephyr:code-sample:`usb-audio-headphones-microphone` and 43 :zephyr:code-sample:`usb-audio-headset` samples for reference. 53 * HCI commands through control endpoint (host-to-device only) 63 the next interface, preventing other composite functions from working. 67 See :zephyr:code-sample:`bluetooth_hci_usb` sample for reference. 86 ring buffer is full only if the hw-flow-control property is enabled and 87 called from a non-ISR context. 90 :dtcompatible:`zephyr,cdc-acm-uart`. 104 .. code-block:: devicetree [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.7.rst | 10 nano- and micro-kernel APIs found in the 1.5.0 release and earlier. 52 * Added NXP FRDM-KW41Z board 53 * Added ST Nucleo-F334R8, Nucleo-L476G, STM3210C-EVAL, and STM32373C-EVAL boards 102 * Created net-shell module for interacting with network sub-system. 136 * Imported Segger J-Link RTT library 145 * New local-content generation theme (read-the-docs) 147 * Site-wide glossary added. 150 * Improved consistency of :ref:`boards` and :zephyr:code-sample-category:`samples`. 159 * ``ZEP-19`` - IPSP node support 160 * ``ZEP-145`` - no 'make flash' for Arduino Due [all …]
|
D | release-notes-3.1.rst | 61 * Split CAN classic and CAN-FD APIs: 90 was moved from Kconfig to :ref:`devicetree <dt-guide>`. 91 See the :dtcompatible:`st,stm32f1-pinctrl` devicetree binding for more information. 182 * MIPI-DSI 184 * Added a :ref:`MIPI-DSI api <mipi_dsi_api>`. This is an experimental API, 196 * Added support for enabling/disabling CAN-FD mode at runtime using :c:macro:`CAN_MODE_FD`. 220 * Added support for Provisioners over PB-GATT 231 * Implemented ISO-AL TX unframed fragmentation 232 * Added support for back-to-back receiving of PDUs on nRF5x platforms 249 newly created informational-only callback struct :c:struct:`bt_conn_auth_info_cb`. [all …]
|
D | release-notes-3.2.rst | 13 * Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`). 15 * Converted all supported boards from ``pinmux`` to :ref:`pinctrl-guide`. 31 * CVE-2022-2993: Under embargo until 2022-11-03 33 * CVE-2022-2741: Under embargo until 2022-10-14 56 This definition can be used by third-party code to compile code conditional 58 Therefore, any third-party code integrated using the Zephyr build system will 91 changed from ``-ENETDOWN`` to ``-ENETUNREACH``. A return value of ``-ENETDOWN`` now indicates 129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig 156 valid for specific bindings to specify like :dtcompatible:`gpio-leds` and 157 :dtcompatible:`fixed-partitions`. [all …]
|