sdmmc-protocol 0.1.1

no_std SD/MMC protocol building blocks for embedded systems
Documentation
[package]
name = "sdmmc-protocol"
version = "0.1.1"
edition = "2024"
license = "Apache-2.0"
description = "no_std SD/MMC protocol building blocks for embedded systems"
documentation = "https://docs.rs/sdmmc-protocol"
readme = "README.md"
keywords = ["sd", "mmc", "sdio", "embedded", "no_std"]
categories = ["embedded", "no-std", "hardware-support"]

[dependencies]
bitflags = "2"
embedded-hal = "1"
log.workspace = true

[features]
default = ["spi"]
spi = []
sdio = []