Cargo Features
[dependencies]
mspm0l222x-hal = { version = "0.1.0", default-features = false, features = ["rand", "rt"] }
- default = rand, rt
-
These default features are set whenever
mspm0l222x-halis added withoutsomewhere in the dependency tree.default-features = false - rand default
-
Enables rand_core
- rt default
-
Enables critical-section and rt of mspm0l222x-pac
mspm0l222x-hal has 3 features without comments.