cotton-usb-host-msc

Crates.iocotton-usb-host-msc
lib.rscotton-usb-host-msc
version
sourcesrc
created_at2024-12-02 13:16:30.335056
updated_at2024-12-02 13:16:30.335056
descriptionUSB mass-storage host for embedded devices
homepagehttps://github.com/pdh11/cotton
repositoryhttps://github.com/pdh11/cotton
max_upload_size
id1468631
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Peter Hartley (pdh11)

documentation

README

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!

Commit count: 472

cargo fmt