Cargo Features
[dependencies]
stm32h7-staging = { version = "0.17.0", default-features = false, features = ["rt", "atomics", "stm32h723", "stm32h725", "stm32h730", "stm32h733", "stm32h735", "stm32h742", "stm32h743", "stm32h743v", "stm32h745cm4", "stm32h745cm7", "stm32h747cm4", "stm32h747cm7", "stm32h750", "stm32h753", "stm32h753v", "stm32h755cm4", "stm32h755cm7", "stm32h757cm4", "stm32h757cm7", "stm32h7a3", "stm32h7b0", "stm32h7b3", "stm32h7r", "stm32h7s", "critical-section", "defmt"] }
- default = critical-section, rt
-
These default features are set whenever
stm32h7-staging
is added without
somewhere in the dependency tree.default-features = false - rt default
-
Enables device of cortex-m-rt
- atomics
-
Enables portable-atomic
- stm32h723
-
Affects
stm32h7-staging::stm32h723
… - stm32h725
-
Affects
stm32h7-staging::stm32h725
… - stm32h730
-
Affects
stm32h7-staging::stm32h730
… - stm32h733
-
Affects
stm32h7-staging::stm32h733
… - stm32h735
-
Affects
stm32h7-staging::stm32h735
… - stm32h742
-
Affects
stm32h7-staging::stm32h742
… - stm32h743
-
Affects
stm32h7-staging::stm32h743
… - stm32h743v
-
Affects
stm32h7-staging::stm32h743v
… - stm32h745cm4
-
Affects
stm32h7-staging::stm32h745cm4
… - stm32h745cm7
-
Affects
stm32h7-staging::stm32h745cm7
… - stm32h747cm4
-
Affects
stm32h7-staging::stm32h747cm4
… - stm32h747cm7
-
Affects
stm32h7-staging::stm32h747cm7
… - stm32h750
-
Affects
stm32h7-staging::stm32h750
… - stm32h753
-
Affects
stm32h7-staging::stm32h753
… - stm32h753v
-
Affects
stm32h7-staging::stm32h753v
… - stm32h755cm4
-
Affects
stm32h7-staging::stm32h755cm4
… - stm32h755cm7
-
Affects
stm32h7-staging::stm32h755cm7
… - stm32h757cm4
-
Affects
stm32h7-staging::stm32h757cm4
… - stm32h757cm7
-
Affects
stm32h7-staging::stm32h757cm7
… - stm32h7a3
-
Affects
stm32h7-staging::stm32h7a3
… - stm32h7b0
-
Affects
stm32h7-staging::stm32h7b0
… - stm32h7b3
-
Affects
stm32h7-staging::stm32h7b3
… - stm32h7r
-
Affects
stm32h7-staging::stm32h7r
… - stm32h7s
-
Affects
stm32h7-staging::stm32h7s
…
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.
- critical-section default
- cortex-m-rt rt
- defmt implicit feature