5 releases (breaking)
Uses new Rust 2024
| 0.5.0 | Mar 23, 2025 |
|---|---|
| 0.4.0 | Mar 14, 2025 |
| 0.3.0 | Jan 28, 2025 |
| 0.2.0 | Jan 6, 2025 |
| 0.1.0 | Nov 5, 2024 |
#1640 in Embedded development
379 downloads per month
Used in 3 crates
(2 directly)
1MB
27K
SLoC
SD/MMC abstraction for SD memory cards.
Based on:
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.