Cargo Features

[dependencies]
grand_central_m4 = { version = "0.6.0", default-features = false, features = ["rt", "unproven", "usb"] }
default = rt

These default features are set whenever grand_central_m4 is added without default-features = false somewhere in the dependency tree.

Enables samd51, samd51p and unproven of atsamd-hal ^0.15

rt default = cortex-m-rt

Enables samd51p-rt of atsamd-hal ^0.15

unproven

Enables unproven of atsamd-hal ^0.15

usb = usb-device

Enables usb of atsamd-hal ^0.15

Affects grand_central_m4::usb_allocator

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.

cortex-m-rt rt
usb-device usb?

Enables usb-device ^0.2