sdmmc-core

Crates.iosdmmc-core
lib.rssdmmc-core
version0.1.0
sourcesrc
created_at2024-11-05 22:37:51.430669
updated_at2024-11-05 22:37:51.430669
descriptionSD/MMC core data structures and algorithms
homepage
repositoryhttps://codeberg.org/weathered-steel/sdmmc-core
max_upload_size
id1437260
size105,222
Weathered Steel (weathered-steel-org)

documentation

README

SD/MMC core

This library is a core set of data structures and algorithms for SD/MMC support in embedded environments written in Rust.

no-std support

no-std is supported by default. Any std-only features can be included by using the std feature.

Compatibility

Data structures and algorithms in this library are meant to follow relevant specifications as closely as possible. Because of that, sdmmc-core should be re-usable in most projects with little-to-no changes.

The main specification followed is SD Specifications Part 1 Physical Layer Simplified Specification v9.10.

Contributions

We are still early in development, and are not actively seeking contributions. If you notice a bug, or have a feature request, please use the issue tracker.

Commit count: 0

cargo fmt