Expand description
Communications Class Device for USB
This capsule allows Tock to support a serial port over USB.
Structs§
- CdcAcm
- Implementation of the Abstract Control Model (ACM) for the Communications Class Device (CDC) over USB.
Constants§
- CDC_
BUFFER_ TIMEOUT_ MS - Number of ms to buffer uart transmissions before beginning to drop them.
- MAX_
CTRL_ PACKET_ SIZE_ EARLGREY - Platform-specific packet length for the
earlgrey
USB hardware. - MAX_
CTRL_ PACKET_ SIZE_ NRF52840 - Platform-specific packet length for the
nRF52
USB hardware. - MAX_
CTRL_ PACKET_ SIZE_ SAM4L - Platform-specific packet length for the
SAM4L
USB hardware.