2 releases
| 0.1.1 | Feb 26, 2026 |
|---|---|
| 0.1.1-preview.1 | Feb 6, 2026 |
#666 in No standard library
6,789 downloads per month
Used in 10 crates
(2 directly)
68KB
1.5K
SLoC
sd card driver for raspi4, if you want to use it, change [dev-dependencies] in modules/axfs/Cargo.toml from axdriver = { path = "../axdriver", features = ["block", "ramdisk"] } to axdriver = { path = "../axdriver", features = ["block", "mmc"] } ans change [features] in modules/axruntime/Cargo.toml from "fs = ["alloc", "paging", "axdriver/virtio-blk", "dep:axfs"]" to "fs = ["alloc", "paging", "axdriver/mmc", "dep:axfs"]
bcm2835-sdhci
A sd card driver for raspi4 in Rust.
Dependencies
~705KB