Experimental USB Mass Storage implementation for usb-device.
Implemented subclasses:
SCSI device
- number of SCSI commands is not exhaustive. Open a PR, if you want to add one.USB Floppy Interface
It is possible to implement a vendor specific subclass.
Currently, only Bulk Only
transport is implemented. It is possible to implement a vendor-specific transport.
This crate has a couple of opt-in features that all could be used independently.
Feature | Description |
---|---|
bbb |
Include Bulk Only Transport |
scsi |
Include SCSI subclass |
ufi |
Include USB Floppy Interface sublcass |
defmt |
Enable logging via defmt crate |
See examples