Cargo Features
[dependencies]
mspm0l222x-pac = { version = "0.1.2", default-features = false, features = ["critical-section", "rt"] }
- default = critical-section, rt
-
These default features are set whenever
mspm0l222x-pacis added withoutsomewhere in the dependency tree.default-features = false - critical-section default
-
Enables critical-section
- rt default
-
Enables device of cortex-m-rt
mspm0l222x-pac has 3 features without comments.