Cargo Features

[dependencies]
wio_lite_w600 = { version = "0.3.0", default-features = false, features = ["rt", "unproven", "usb"] }
default = rt

ask the HAL to enable atsamd21g support

Enables samd21g of atsamd-hal ^0.14

rt default = cortex-m-rt

Enables samd21g-rt of atsamd-hal ^0.14

unproven

Enables unproven of atsamd-hal ^0.14

usb = usb-device

Enables usb of atsamd-hal ^0.14

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

Enables usb-device ^0.2