usb-device icon indicating copy to clipboard operation
usb-device copied to clipboard

Implement `embedded_io::Error` for `UsbError`

Open FeldrinH opened this issue 9 months ago • 0 comments

Many higher-level crates using the usb_device will want to implement embedded_io interfaces (for example usbd_serial.

To make this simpler it would be convenient if UsbError implemented embedded_io::Error, so it can be directly returned from implementations of embedded_io read and write traits.

FeldrinH avatar Jul 11 '25 00:07 FeldrinH