Cargo Features
[dependencies]
atsame54_xpro = { version = "0.8.1", default-features = false, features = ["rt", "usb", "can"] }
- default = rt
-
These default features are set whenever
atsame54_xpro
is added without
somewhere in the dependency tree.default-features = false Enables same54p of atsamd-hal
- rt default = cortex-m-rt
-
Enables same54p-rt of atsamd-hal
- usb = usb-device
-
Enables usb of atsamd-hal
Affects
devices::usb_allocator
… - can
-
Enables can of atsamd-hal
atsamd-hal:
-------------------------------------------------------------------------------
User-selectable features
-------------------------------------------------------------------------------
These features are user-selectable and enable additional features within the HAL, like USB or DMA support.
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.