Crates.io | sdmmc-core |
lib.rs | sdmmc-core |
version | 0.1.0 |
source | src |
created_at | 2024-11-05 22:37:51.430669 |
updated_at | 2024-11-05 22:37:51.430669 |
description | SD/MMC core data structures and algorithms |
homepage | |
repository | https://codeberg.org/weathered-steel/sdmmc-core |
max_upload_size | |
id | 1437260 |
size | 105,222 |
This library is a core set of data structures and algorithms for SD/MMC support in embedded environments written in Rust.
no-std
is supported by default. Any std
-only features can be included by using the std
feature.
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
.
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.