Module capsules_extra::usb::cdc
source · Expand description
Communications Class Device for USB
This capsule allows Tock to support a serial port over USB.
Structs§
- Implementation of the Abstract Control Model (ACM) for the Communications Class Device (CDC) over USB.
Constants§
- Number of ms to buffer uart transmissions before beginning to drop them. This is useful in that it allows users time to connect over CDC without losing message, while still guaranteeing that blocking uart transmissions eventually get a callback even if a debug output is not connected.
- Platform-specific packet length for the
earlgrey
USB hardware. - Platform-specific packet length for the
nRF52
USB hardware. - Platform-specific packet length for the
SAM4L
USB hardware.