Cargo Features

[dependencies]
grand_central_m4 = { version = "0.8.1", 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

dma max-channels?

Enables dma of atsamd-hal

max-channels = dma

Enables max-channels of atsamd-hal

rt default = cortex-m-rt

Enables samd51p-rt of atsamd-hal

usb = usb-device

Enables usb of atsamd-hal

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?