Cargo Features
[dependencies]
stm32h5 = { version = "0.15.1", default-features = false, features = ["rt", "atomics", "stm32h503", "stm32h562", "stm32h563", "stm32h573", "critical-section", "defmt"] }
- default = critical-section, rt
-
These default features are set whenever
stm32h5
is added without
somewhere in the dependency tree.default-features = false - rt default
-
Enables device of cortex-m-rt
- atomics
-
Enables portable-atomic
- stm32h503
-
Affects
stm32h5::stm32h503
… - stm32h562
-
Affects
stm32h5::stm32h562
… - stm32h563
-
Affects
stm32h5::stm32h563
… - stm32h573
-
Affects
stm32h5::stm32h573
…
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