Cargo Features

[dependencies]
grand_central_m4 = { version = "0.8.2", default-features = false, features = ["dma", "max-channels", "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.19.0

dma max-channels?

Enables dma of atsamd-hal ^0.19.0

max-channels = dma

Enables max-channels of atsamd-hal ^0.19.0

rt default = cortex-m-rt

Enables samd51p-rt of atsamd-hal ^0.19.0

usb = usb-device

Enables usb of atsamd-hal ^0.19.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?