Expand description
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”]
Modules§
- Bcm2835S
Dhci - BCM2835 Secure Digital Host Controller Interface driver TODO: refactor, speed up
- emmc
- qa7_
control - BCM2386 Quad-A7 control ref: BCM2836 ARM-local peripherals (Quad-A7 control)
- timer
Enums§
Type Aliases§
- SDHCI
Result - A specialized
Resulttype for device operations.