Cargo Features

[dependencies]
xiao_m0 = { version = "0.13.0", default-features = false, features = ["rt", "usb"] }
default = rt

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

Enables samd21g of atsamd-hal ^0.17

rt default = cortex-m-rt

Enables samd21g-rt of atsamd-hal ^0.17

usb = usb-device

Enables usb of atsamd-hal ^0.17

Affects xiao_m0::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?