Cargo Features
[dependencies]
atsam3x = { version = "0.1.0", default-features = false, features = ["rt", "atsam3x4c", "atsam3x4e", "atsam3x8c", "atsam3x8e"] }
- default = rt
-
The
rt
feature is set by default wheneveratsam3x
is added without
somewhere in the dependency tree.default-features = false - rt default
-
Enables device of cortex-m-rt
- atsam3x4c
-
Affects
atsam3x::atsam3x4c
… - atsam3x4e
-
Affects
atsam3x::atsam3x4e
… - atsam3x8c
-
Affects
atsam3x::atsam3x8c
… - atsam3x8e
-
Affects
atsam3x::atsam3x8e
…
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.