Cargo Features
[dependencies]
mcx-pac = { version = "0.0.2", default-features = false, features = ["rt", "mcxn546"] }
- default = rt
-
The
rt
feature is set by default whenevermcx-pac
is added without
somewhere in the dependency tree.default-features = false - rt default
-
Enables device of cortex-m-rt
- mcxn947 mcxn946 mcxn547 mcxn546
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.