Cargo Features

[dependencies]
neo_trinkey = { version = "0.2.0", default-features = false, features = ["leds", "rt", "unproven", "use_semihosting", "usb"] }
default = rt

ask the HAL to enable atsamd21e support

Enables samd21e of atsamd-hal ^0.14

leds = smart-leds, ws2812-timer-delay
rt default = cortex-m-rt

Enables samd21e-rt of atsamd-hal ^0.14

unproven

Enables unproven of atsamd-hal ^0.14

use_semihosting
usb = usb-device

Enables usb of atsamd-hal ^0.14

Affects neo_trinkey::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

smart-leds leds?

Enables smart-leds ^0.3.0

ws2812-timer-delay leds?