Cargo Features

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

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

Enables samd51p of atsamd-hal ^0.17.0

rt default = cortex-m-rt

Enables samd51p-rt of atsamd-hal ^0.17.0

usb = usb-device

Enables usb of atsamd-hal ^0.17.0

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?