Cargo Features
[dependencies]
ht32f1yyy = { version = "0.2.0", default-features = false, features = ["rt", "ht32f125x", "ht32f1653_54", "ht32f1655_56", "ht32f175x", "critical-section"] }
- default = critical-section, rt
-
These default features are set whenever
ht32f1yyy
is added without
somewhere in the dependency tree.default-features = false - rt default
-
Enables device of cortex-m-rt
- ht32f125x
-
Affects
ht32f1yyy::ht32f125x
… - ht32f1653_54
-
Affects
ht32f1yyy::ht32f1653_54
… - ht32f1655_56
-
Affects
ht32f1yyy::ht32f1655_56
… - ht32f175x
-
Affects
ht32f1yyy::ht32f175x
…
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