Searched +full:cdc +full:- +full:acm +full:- +full:composite (Results 1 – 15 of 15) sorted by relevance
/Zephyr-Core-3.5.0/samples/subsys/usb/cdc_acm_composite/ |
D | README.rst | 1 .. zephyr:code-sample:: usb-cdc-acm-composite 2 :name: USB CDC-ACM composite 3 :relevant-api: usbd_api 5 Implement a composite USB device exposing two serial ports using USB CDC-ACM driver. 10 This sample app demonstrates use of a USB Communication Device Class (CDC) 11 Abstract Control Model (ACM) driver provided by the Zephyr project in 12 Composite configuration. 24 .. code-block:: console 26 usb 1-1.5.4: new full-speed USB device number 28 using ehci-pci 27 usb 1-1.5.4: New USB device found, idVendor=2fe3, idProduct=0002, bcdDevice= 2.03 [all …]
|
D | sample.yaml | 2 description: Application with two CDC ACM instances requires at least 4 name: CDC ACM Composite USB 6 sample.usb.cdc-acm-composite: 10 - nucleo_f429zi 11 - nucleo_f207zg 17 - "Wait for DTR"
|
/Zephyr-Core-3.5.0/subsys/usb/device/class/ |
D | Kconfig.cdc | 2 # SPDX-License-Identifier: Apache-2.0 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 44 IAD should not be required for non-composite CDC ACM device, 46 Enable if you want CDC ACM to work with Windows 7. [all …]
|
/Zephyr-Core-3.5.0/samples/subsys/usb/cdc_acm/ |
D | sample.yaml | 2 name: CDC ACM USB 4 sample.usb.cdc-acm: 12 - "Wait for DTR" 13 sample.usb_device_next.cdc-acm: 18 - nrf52840dk_nrf52840 19 - frdm_k64f 20 - 96b_carbon 25 - "Wait for DTR" 26 sample.usb.cdc-acm.comp: 31 - OVERLAY_CONFIG=overlay-composite-cdc-msc.conf [all …]
|
D | overlay-composite-cdc-dfu.conf | 1 # Overlay file for composite configuration 2 # CDC ACM + USB DFU 4 # This composite configuration may not work for Windows OS Host. 6 # (does not re-enumerates) and thus make it unable for the device
|
/Zephyr-Core-3.5.0/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) 61 The consequence is that if HCI USB is used in a composite configuration and is 63 the next interface, preventing other composite functions from working. 64 Because of this problem, HCI USB should not be used in a composite configuration. 67 See :ref:`bluetooth-hci-usb-sample` sample for reference. 71 CDC ACM 74 The CDC ACM class is used as backend for different subsystems in Zephyr. [all …]
|
/Zephyr-Core-3.5.0/samples/subsys/usb/inf/ |
D | zephyr_cdc_acm.inf | 2 ; SPDX-License-Identifier: Apache-2.0 3 ; Windows 2000, XP, Vista, 7 and 8 (x32 and x64) driver for Zephyr CDC ACM 8 ClassGuid = {4D36E978-E325-11CE-BFC1-08002BE10318} 13 ;---------------------------------------------------------- 15 ;---------------------------------------------------------- 37 ;---------------------------------------------------------- 38 ; Windows 2000, XP, Vista, Windows 7, Windows 8 - 32bit 39 ;---------------------------------------------------------- 69 ;---------------------------------------------------------- 70 ; Windows XP, Vista, Windows 7, Windows 8 - 64bit [all …]
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-2.4.rst | 33 * CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer 34 * CVE-2020-10064: Improper Input Frame Validation in ieee802154 Processing 35 * CVE-2020-10066: Incorrect Error Handling in Bluetooth HCI core 36 * CVE-2020-10072: all threads can access all socket file descriptors 37 * CVE-2020-13598: FS: Buffer Overflow when enabling Long File Names in FAT_FS and calling fs_stat 38 * CVE-2020-13599: Security problem with settings and littlefs 39 * CVE-2020-13601: Under embargo until 2020/11/18 40 * CVE-2020-13602: Remote Denial of Service in LwM2M do_write_op_tlv 50 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_. 62 * The :c:func:`wdt_feed` function will now return ``-EAGAIN`` if [all …]
|
D | release-notes-3.0.rst | 22 * CVE-2021-3835: `Zephyr project bug tracker GHSA-fm6v-8625-99jf 23 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-fm6v-8625-99jf>`_ 25 * CVE-2021-3861: `Zephyr project bug tracker GHSA-hvfp-w4h8-gxvj 26 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-hvfp-w4h8-gxvj>`_ 28 * CVE-2021-3966: `Zephyr project bug tracker GHSA-hfxq-3w6x-fv2m 29 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-hfxq-3w6x-fv2m>`_ 36 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_. 53 * Added ``ranges`` and ``dma-ranges`` as invalid property to be used with DT_PROP_LEN() 58 CRC-16-ANSI checksum. A new function, :c:func:`crc16_reflect`, has been 69 * The following Kconfig options related to radio front-end modules (FEMs) were [all …]
|
D | release-notes-2.2.rst | 18 * Fix CVE-2020-10028 19 * Fix CVE-2020-10060 20 * Fix CVE-2020-10063 21 * Fix CVE-2020-10066 32 * :github:`23494` - Bluetooth: LL/PAC/SLA/BV-01-C fails if Slave-initiated Feature Exchange is disa… 33 * :github:`23485` - BT: host: Service Change indication sent regardless of whether it is needed or … 34 * :github:`23482` - 2M PHY + DLE and timing calculations on an encrypted link are wrong 35 * :github:`23070` - Bluetooth: controller: Fix ticker implementation to avoid catch up 36 * :github:`22967` - Bluetooth: controller: ASSERTION FAIL on invalid packet sequence 37 * :github:`24183` - [v2.2] Bluetooth: controller: split: Regression slave latency during connection… [all …]
|
D | release-notes-3.3.rst | 14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery) 17 CMSIS-DSP as the default backend. 30 * CVE-2023-0359: Under embargo until 2023-04-20 32 * CVE-2023-0779: Under embargo until 2023-04-22 66 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding. 71 * Starting from this release ``zephyr-`` prefixed tags won't be created 82 image states). Use of a truncated hash or non-sha256 hash will still work 88 registration function at boot-up. If applications register this then 93 application code, these will now automatically be registered at boot-up (this 106 For CDC or serial transports: [all …]
|
D | release-notes-1.14.rst | 17 * CVE-2020-10066 18 * CVE-2020-10069 19 * CVE-2020-13601 20 * CVE-2020-13602 32 * :github:`issuenumber` - issue title 34 * :github:`18334` - DNS resolution is broken for some addresses in master/2.0-pre 35 * :github:`19917` - Bluetooth: Controller: Missing LL_ENC_RSP after HCI LTK Negative Reply 36 * :github:`21107` - LL_ASSERT and 'Imprecise data bus error' in LL Controller 37 * :github:`21257` - tests/net/net_pkt failed on mimxrt1050_evk board. 38 * :github:`21299` - bluetooth: Controller does not release buffer on central side after peripheral … [all …]
|
D | release-notes-2.0.rst | 12 * The kernel now supports both 32- and 64-bit architectures. 17 * We added support for :ref:`Point-to-Point Protocol (PPP) <ppp>`. PPP is a 20 * We added support for UpdateHub, an end-to-end solution for large scale 21 over-the-air device updates. 22 * We added support for ARM Cortex-R Architecture (Experimental). 32 * Fixes CVE-2019-9506: The Bluetooth BR/EDR specification up to and 35 negotiation. This allows practical brute-force attacks (aka "KNOB") 42 * New kernel API for per-thread disabling of Floating Point Services for 43 ARC, ARM Cortex-M, and x86 architectures. 45 * Additional support for compatibility with 64-bit architectures. [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-2.3.rst | 18 with future support for features like 64-bit and absolute timeouts in mind 21 * Zephyr now integrates with the TF-M (Trusted Firmware M) PSA-compliant 24 * The CMSIS-DSP library is now included and integrated 33 * CVE-2020-10022: UpdateHub Module Copies a Variable-Sized Hash String 34 into a fixed-size array. 35 * CVE-2020-10059: UpdateHub Module Explicitly Disables TLS 37 * CVE-2020-10061: Improper handling of the full-buffer case in the 39 * CVE-2020-10062: Packet length decoding error in MQTT 40 * CVE-2020-10063: Remote Denial of Service in CoAP Option Parsing Due 42 * CVE-2020-10068: In the Zephyr project Bluetooth subsystem, certain [all …]
|