#usb-host #embedded-devices #cotton #mass-storage

no-std cotton-usb-host-msc

USB mass-storage host for embedded devices

1 unstable release

new 0.1.0 Dec 2, 2024

#1716 in Embedded development

CC0 license

385KB
10K SLoC

CI status codecov dependency status Crates.io Crates.io docs.rs License: CC0-1.0

cotton-usb-host-msc

Part of the Cotton project.

A no-std, no-alloc USB mass-storage host driver for embedded devices

This crate lets you use thumb-drives and other USB storage devices from a microcontroller such as a Raspberry Pi Pico.

The microcontroller here acts as the USB host. This crate does not help you if you want your microcontroller to appear as a storage device when plugged into a USB host such a laptop -- that's the other way around!

Dependencies

~0.8–1.3MB
~22K SLoC