Cargo Features

[dependencies]
pygamer = { version = "0.9.0", default-features = false, features = ["rt", "unproven", "usb", "sd-card", "math", "panic_led"] }
default = rt, unproven

ask the HAL to enable atsamd51j support

Enables samd51 and samd51j of atsamd-hal ^0.14

rt default = cortex-m-rt

Enables samd51j-rt of atsamd-hal ^0.14

unproven default

Enables unproven of atsamd-hal ^0.14

Affects pygamer::buttons, pins::BatteryReader

usb = usb-device

Enables usb of atsamd-hal ^0.14

sd-card = embedded-sdmmc
math = micromath
panic_led

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
embedded-sdmmc sd-card?

Enables embedded-sdmmc ^0.3.0

micromath math?

Enables micromath ^0.5.1

usb-device usb?

Enables usb-device ^0.2