Cargo Features

[dependencies]
pygamer = { version = "0.13.0", default-features = false, features = ["dma", "max-channels", "panic_led", "rt", "usb", "async"] }
default = rt

ask the HAL to enable atsamd51j support

Enables samd51j of atsamd-hal

dma max-channels?

Enables dma of atsamd-hal

max-channels = dma

Enables max-channels of atsamd-hal

panic_led
rt default = cortex-m-rt

Enables samd51j-rt of atsamd-hal

usb = usb-device

Enables usb of atsamd-hal

async

Enable async support from atsamd-hal

Enables async of atsamd-hal

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?