Crates.io | cotton-usb-host-msc |
lib.rs | cotton-usb-host-msc |
version | 0.2.0 |
created_at | 2024-12-02 13:16:30.335056+00 |
updated_at | 2025-08-20 15:13:47.219884+00 |
description | USB mass-storage host for embedded devices |
homepage | https://github.com/pdh11/cotton |
repository | https://github.com/pdh11/cotton |
max_upload_size | |
id | 1468631 |
size | 51,248 |
Part of the Cotton project.
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!