Cargo Features

[dependencies]
embedded-async-timer = { version = "0.1.0", default-features = false, features = ["stm32f103", "stm32l4x6"] }
default = stm32f103

The stm32f103 feature is set by default whenever embedded-async-timer is added without default-features = false somewhere in the dependency tree.

stm32f103 default = cortex-m

Enables stm32f103 of stm32f1xx-hal ^0.5.3

Affects impls::stm32f103_rtc

stm32l4x6 = cortex-m

Enables stm32l4x6 of stm32l4xx-hal ^0.5.0

Affects impls::stm32l4x6_lptim1

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 stm32f103 stm32l4x6?

Enables cortex-m ^0.6.2

stm32f1xx-hal stm32f103

Enables stm32f1xx-hal ^0.5.3

stm32l4xx-hal stm32l4x6?

Enables stm32l4xx-hal ^0.5.0