Searched full:cdc (Results 1 – 25 of 162) sorted by relevance
1234567
/Zephyr-latest/subsys/usb/device/class/ |
D | Kconfig.cdc | 4 menu "USB CDC ACM Class support" 7 bool "USB CDC ACM Class support" 17 USB CDC ACM class support. 22 int "USB CDC ACM ring buffer size" 25 USB CDC ACM ring buffer size 31 CDC ACM class interrupt IN endpoint size 38 CDC ACM class bulk endpoints size 51 IAD should not be required for non-composite CDC ACM device, 53 Enable if you want CDC ACM to work with Windows 7. 65 module-str = usb cdc acm
|
D | cdc_acm.c | 35 * @brief CDC ACM device class driver 37 * Driver for USB CDC ACM device class driver 53 #error "CONFIG_UART_INTERRUPT_DRIVEN must be set for CDC ACM driver" 118 /* CDC ACM line coding properties. LE order */ 120 /* CDC ACM line state bitmap, DTE side */ 122 /* CDC ACM serial state bitmap, DCE side */ 124 /* CDC ACM notification sent status */ 126 /* CDC ACM configured flag */ 128 /* CDC ACM suspended flag */ 130 /* CDC ACM paused flag */ [all …]
|
/Zephyr-latest/dts/bindings/serial/ |
D | zephyr,cdc-acm-uart.yaml | 4 description: USB CDC ACM UART 6 compatible: "zephyr,cdc-acm-uart" 17 Size of the virtual CDC ACM UART TX FIFO 23 Size of the virtual CDC ACM UART RX FIFO
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | Kconfig.cdc_acm | 6 bool "USB CDC ACM implementation [EXPERIMENTAL]" 14 USB device CDC ACM class implementation. 19 int "USB CDC ACM workqueue stack size" 22 USB CDC ACM workqueue stack size.
|
D | Kconfig.cdc_ecm | 6 bool "USB CDC ECM implementation [EXPERIMENTAL]" 11 USB CDC Ethernet Control Model (ECM) implementation"
|
D | Kconfig.cdc_ncm | 6 bool "USB CDC NCM implementation [EXPERIMENTAL]" 12 USB CDC Network Control Model (NCM) implementation
|
/Zephyr-latest/samples/subsys/usb/cdc_acm/ |
D | README.rst | 1 .. zephyr:code-sample:: usb-cdc-acm 2 :name: USB CDC-ACM 5 Use USB CDC-ACM driver to implement a serial port echo. 10 This sample app demonstrates use of a USB Communication Device Class (CDC) 49 usb 9-1: Product: CDC-ACM 61 and attach it to detected CDC ACM device: 87 to access the CDC ACM device and maybe you can see several characters 88 including "AT" on the terminal attached to the CDC ACM device. 90 ModemManager to skip the CDC ACM device.
|
D | sample.yaml | 2 name: CDC ACM USB 4 sample.usb.cdc-acm: 13 sample.usb_device_next.cdc-acm: 30 sample.usb.cdc-acm.buildonly:
|
/Zephyr-latest/snippets/cdc-acm-console/ |
D | snippet.yml | 1 name: cdc-acm-console 3 EXTRA_CONF_FILE: cdc-acm-console.conf 4 EXTRA_DTC_OVERLAY_FILE: cdc-acm-console.overlay
|
D | README.rst | 1 .. _snippet-cdc-acm-console: 3 CDC-ACM Console Snippet (cdc-acm-console) 8 west build -S cdc-acm-console [...] 13 This snippet redirects serial console output to a CDC ACM UART. The USB device
|
/Zephyr-latest/samples/subsys/usb/console/ |
D | README.rst | 1 .. zephyr:code-sample:: usb-cdc-acm-console 2 :name: Console over USB CDC ACM 5 Output "Hello World!" to the console over USB CDC ACM. 10 A simple Hello World sample, with console output coming via CDC ACM UART.
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | Kconfig | 18 Class (CDC) USB protocol specified by USB-IF. 25 Class (CDC) USB protocol and can be used to encapsulate Ethernet 42 CDC ECM class interrupt endpoint size 49 CDC ECM class bulk endpoint size
|
/Zephyr-latest/samples/net/openthread/coprocessor/ |
D | overlay-usb-nrf-br.conf | 1 # Nordic NCP USB CDC-ACM 5 # Use USB-CDC-ACM for Co-Processor
|
/Zephyr-latest/include/zephyr/drivers/uart/ |
D | cdc_acm.h | 9 * @brief Public APIs for the CDC ACM class driver 28 * @param dev Device struct for the CDC ACM device. 42 * @param dev CDC ACM device structure.
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 71 CDC ACM 74 The CDC ACM class is used as backend for different subsystems in Zephyr. 78 The interface for CDC ACM user is :ref:`uart_api` driver API. 85 * The CDC ACM poll out implementation follows the API and blocks when the TX 89 The devicetree compatible property for CDC ACM UART is 90 :dtcompatible:`zephyr,cdc-acm-uart`. 91 CDC ACM support is automatically selected when USB device support is enabled 93 CDC ACM support can be explicitly disabled by :kconfig:option:`CONFIG_USB_CDC_ACM`. 94 About four CDC ACM UART instances can be defined and used, 97 CDC ACM UART node is supposed to be child of a USB device controller node. [all …]
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | zephyr,cdc-ecm-ethernet.yaml | 4 description: USB CDC ECM virtual Ethernet controller 6 compatible: "zephyr,cdc-ecm-ethernet"
|
D | zephyr,cdc-ncm-ethernet.yaml | 4 description: USB CDC NCM virtual Ethernet controller 6 compatible: "zephyr,cdc-ncm-ethernet"
|
/Zephyr-latest/include/zephyr/usb/ |
D | usbd_msg.h | 51 /** CDC ACM Line Coding update */ 53 /** CDC ACM Line State update */ 71 "CDC ACM line coding", 72 "CDC ACM control line state",
|
/Zephyr-latest/samples/subsys/modbus/rtu_server/ |
D | sample.yaml | 34 - EXTRA_CONF_FILE="overlay-cdc-acm.conf" 35 - DTC_OVERLAY_FILE="cdc-acm.overlay"
|
D | README.rst | 41 Using CDC ACM UART 65 The following commands build and flash RTU server sample using CDC ACM UART. 71 :gen-args: -DDTC_OVERLAY_FILE=cdc-acm.overlay -DEXTRA_CONF_FILE=overlay-cdc-acm.conf 75 to the RTU server. If CDC ACM UART is used, ttyUSB should be replaced by a
|
D | overlay-cdc-acm.conf | 2 CONFIG_USB_DEVICE_PRODUCT="Zephyr CDC ACM MODBUS sample"
|
/Zephyr-latest/samples/subsys/usb/inf/ |
D | zephyr_cdc_acm.inf | 3 ; Windows 2000, XP, Vista, 7 and 8 (x32 and x64) driver for Zephyr CDC ACM 94 ZEPHYR_CDC_ACM_SAMPLE = "Zephyr CDC ACM sample" 95 ZEPHYR_CDC_COMPISITE_SAMPLE = "Zephyr CDC ACM Composite sample" 96 ZEPHYR_HID_CDC_SAMPLE_0 = "Zephyr HID and CDC ACM sample 0" 97 ZEPHYR_HID_CDC_SAMPLE_1 = "Zephyr HID and CDC ACM sample 1"
|
/Zephyr-latest/include/zephyr/usb/class/ |
D | usb_cdc.h | 1 /* usb_cdc.h - USB CDC-ACM and CDC-ECM public header */ 12 * @brief USB Communications Device Class (CDC) public header 24 /** CDC Specification release number in BCD format */ 96 /** Enhance enum uart_line_ctrl with CDC specific values */
|
/Zephyr-latest/tests/drivers/uart/uart_basic_api/ |
D | overlay-usb.conf | 2 CONFIG_USB_DEVICE_PRODUCT="Zephyr CDC ACM UART"
|
/Zephyr-latest/tests/subsys/usb/device_next/ |
D | build_all.overlay | 56 compatible = "zephyr,cdc-ecm-ethernet"; 74 compatible = "zephyr,cdc-acm-uart";
|
1234567