Cargo Features

stm32h7-sdmmc has no features set by default.

[dependencies]
stm32h7-sdmmc = { version = "0.2.0", features = ["stm32h742", "stm32h743", "stm32h753", "stm32h750", "stm32h742v", "stm32h743v", "stm32h753v", "stm32h750v", "stm32h747cm7", "log"] }

NOTE: Keep re-exported feature flags below up-to-date with stm32h7xx-hal

stm32h742

Enables stm32h742 of stm32h7xx-hal ^0.6.0

stm32h743

Enables stm32h743 of stm32h7xx-hal ^0.6.0

stm32h753

Enables stm32h753 of stm32h7xx-hal ^0.6.0

stm32h750

Enables stm32h750 of stm32h7xx-hal ^0.6.0

stm32h742v

Enables stm32h742v of stm32h7xx-hal ^0.6.0

stm32h743v

Enables stm32h743v of stm32h7xx-hal ^0.6.0

stm32h753v

Enables stm32h753v of stm32h7xx-hal ^0.6.0

stm32h750v

Enables stm32h750v of stm32h7xx-hal ^0.6.0

stm32h747cm7

Enables stm32h747cm7 of stm32h7xx-hal ^0.6.0

Features from optional dependencies

log implicit feature

Enables log

log:

A lightweight logging facade for Rust