Cargo Features

async-embedded-sdmmc has no features set by default.

[dependencies]
async-embedded-sdmmc = { version = "0.1.3", features = ["std", "async", "linux-spi", "log-max-level-off", "fugit"] }
std linux-spi?

Affects delay::std

async

Affects delay::Delay

linux-spi = gpio, spidev, std, void

Affects bus::linux

log-max-level-off

Enables max_level_off and release_max_level_off of log

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

fugit implicit feature

Enables fugit

fugit:

Time library for embedded targets with ease-of-use and performance first

gpio linux-spi?
spidev linux-spi?

Enables spidev ^0.5

void linux-spi?