Cargo Features
[dependencies]
matrix_portal_m4 = { version = "0.1.1", default-features = false, features = ["rt", "unproven", "usb"] }
- default = rt
-
ask the HAL to enable atsamd51j support
Enables samd51j of atsamd-hal ^0.16.0
- rt default = cortex-m-rt
-
Enables samd51j-rt of atsamd-hal ^0.16.0
- unproven
-
Enables unproven of atsamd-hal ^0.16.0
- usb = usb-device
-
Enables usb of atsamd-hal ^0.16.0
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.