Cargo Features
[dependencies]
mci-atsamd51 = { version = "0.1.0", default-features = false, features = ["sdio", "mmc", "atsamd51j20a", "atsamd51", "unproven", "rt"] }
- default = atsamd51j20a, mmc, sdio
-
These default features are set whenever
mci-atsamd51
is added without
somewhere in the dependency tree.default-features = false - sdio default
- mmc default
- atsamd51j20a default = atsamd51
-
Enables samd51j20a of atsamd-hal ~0.8
- atsamd51 atsamd51j20a = atsamd-hal, rt, unproven
-
Enables samd51 of atsamd-hal ~0.8
- unproven atsamd51?
-
Enables unproven of atsamd-hal ~0.8
- rt atsamd51? = cortex-m-rt
-
Enables samd51j20a-rt of atsamd-hal ~0.8
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.
- cortex-m-rt rt?
-
Enables cortex-m-rt ~0.6
- atsamd-hal atsamd51? atsamd51j20a rt? unproven?
-
Enables atsamd-hal ~0.8